Asking for permissions under script control (about mobile privacy)
Posted: Thu Mar 21, 2019 1:40 pm
I wonder if it would be possible to ask for permission (both on iOS & Android) to use let's say the location services under script control instead of letting the installation process to do it.
To make myself clear: I would like to explain in details to the user why the App is asking permission to use a given service. So the idea is to present a screen with the details and only after the user agrees the script would command the OS popup question like in:
Makes sense? Any ideas?
Thanks
To make myself clear: I would like to explain in details to the user why the App is asking permission to use a given service. So the idea is to present a screen with the details and only after the user agrees the script would command the OS popup question like in:
Code: Select all
androidRequestPermission "android.permission.CAMERA"
Thanks