Created
September 19, 2018 10:06
-
-
Save malikkurosaki/6b7f3a86d7b87627fe432c4154027693 to your computer and use it in GitHub Desktop.
inten open setting per app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
startActivity(new Intent(android.provider.Settings.ACTION_APPLICATION_DETAILS_SETTINGS, Uri.parse("package:" + BuildConfig.APPLICATION_ID))); | |
auth = FirebaseAuth.getInstance().getCurrentUser(); | |
sudahLogin = auth != null; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment