It seems that without using the intent nothing will work.
To access the application settings page I use:
B4X:
Private Sub OpenAppSettingsPage
Dim in As Intent
in.Initialize("android.settings.APPLICATION_DETAILS_SETTINGS", "package:" & Application.PackageName)
Try
StartActivity(in)
Catch
Log(LastException)
End Try
End Sub
Please tell me how to supplement the intent to go to permissions and contacts?
After checking many messages about permissions, I realized that it is impossible to remove the installed permission without deleting the application and reinstalling it.
If you have a different opinion, you can try to do it in the attached example.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.