Issue
I try to open the permission manager screen from the settings but I don't found the good Intent.
I try :
startActivity(Intent(Settings.ACTION_PRIVACY_SETTINGS))
But it open the Privacy page of the settings and if I want to show the permission manager screen, I have to click on the sub-element "Permission manager" :
How can I do ?
Solution
I think it is not possible to directly access privacy -> permission manager
. Here are all actions that you can access. https://developer.android.com/reference/android/provider/Settings
Answered By - Nishan wijesinghe
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.