khwarizmi Active Member Licensed User Longtime User Sep 3, 2022 #1 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
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
josejad Expert Licensed User Longtime User Sep 3, 2022 #2 Hi, check Post in thread 'Opening app settings' https://www.b4x.com/android/forum/threads/opening-app-settings.141171/post-894540 Upvote 0
Hi, check Post in thread 'Opening app settings' https://www.b4x.com/android/forum/threads/opening-app-settings.141171/post-894540
khwarizmi Active Member Licensed User Longtime User Sep 4, 2022 #3 Thanks. So this must be done manually by the user. Upvote 0