Created
January 16, 2021 17:07
-
-
Save nadar71/b0d6e5614c520963e43e73426439968f to your computer and use it in GitHub Desktop.
Open current app info
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
val intent = Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS) | |
intent.setData(Uri.parse("package:" + getString(R.string.app_package))); | |
startActivity(intent); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment