Android Question How to open programmatically the permission screen for my app

khwarizmi

Active Member
Licensed User
Longtime User
Hi all

How can I programmatically open the permission screen for my app?

The code below opens the settings page for the app, but I just want the permission part.
B4X:
Dim in As Intent
in.Initialize("android.settings.APPLICATION_DETAILS_SETTINGS", $"package:${Application.PackageName}"$)
StartActivity(in)

thanks
 

khwarizmi

Active Member
Licensed User
Longtime User
Thanks. So this must be done manually by the user.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…