S Scantech Well-Known Member Licensed User Longtime User Aug 25, 2019 #1 We will be required to have new permission Background_location_Access in Android 10. Will this be available in next B4A release?
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 Aug 25, 2019 #2 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
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.
S Scantech Well-Known Member Licensed User Longtime User Aug 25, 2019 #3 Thanks. I thought it was a dangerous permission and apparently it is not. Upvote 0