Hello There!
I am installing my app through B4A / bridge (in Release mode). I am using Location Services (with Fine position) inside my app.
When installing, even on a new device, no permission is asked. Later, when trying the app, Location has no permission.
On Manifest editor I use:
and ...
Now, If I change targetSdkVersion to "22" then YES, when installing it will ask for permissions.
Is there something I am not understanding (most obviously yes?) or is this a bug ?
Any help appreciated,
Enrique
I am installing my app through B4A / bridge (in Release mode). I am using Location Services (with Fine position) inside my app.
When installing, even on a new device, no permission is asked. Later, when trying the app, Location has no permission.
On Manifest editor I use:
B4X:
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="28"/>
and ...
B4X:
AddPermission(android.permission.VIBRATE)
AddPermission(android.permission.ACCESS_FINE_LOCATION)
AddPermission(android.permission.INTERNET)
AddPermission(android.permission.NETWORK)
AddPermission(android.permission.ACCESS_NETWORK_STATE)
AddPermission(android.permission.WIFI)
AddPermission(android.permission.GPS)
Now, If I change targetSdkVersion to "22" then YES, when installing it will ask for permissions.
Is there something I am not understanding (most obviously yes?) or is this a bug ?
Any help appreciated,
Enrique