I have an app that I need to autostart once Android has booted.
All works well, But I have a few issues:
I am running Android 5.1 and I need to be able to:
Unlock the Screen (has no password)
Open App Permission Management.
This I need to do from within my code - or the app Manifest
In the attached screen shot, if I tap the "App permission" label twice, my app loads no problem.
I have been looking at this post:
Is there a Manifest setting that I can insert into my app Manifest that will set the above?
Could I add the following to the Manifest:
If so, what is the actual syntax to add this to the Manifest?
All works well, But I have a few issues:
I am running Android 5.1 and I need to be able to:
Unlock the Screen (has no password)
Open App Permission Management.
This I need to do from within my code - or the app Manifest
In the attached screen shot, if I tap the "App permission" label twice, my app loads no problem.
I have been looking at this post:
B4X:
https://www.b4x.com/android/forum/threads/addpermission-a-list-of-permissions-in-android.39401/#content
Could I add the following to the Manifest:
B4X:
AddPermission(android.permission.DISABLE_KEYGUARD)
Last edited: