Android Question Background_Location_Access available?

Scantech

Well-Known Member
Licensed User
Longtime User
We will be required to have new permission Background_location_Access in Android 10. Will this be available in next B4A release?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
1. You can add any permission you like with the manifest editor.

B4X:
AddPermission(android.permission.ACCESS_BACKGROUND_LOCATION)

2. This permission is added automatically together with the location permissions when targetSdkVersion is set to 28-. It is a mistake to set it to a higher value for now.
 
Upvote 0
Top