When I put in the rp.CheckAndRequest(rp.PERMISSION_ACCESS_FINE_LOCATION) ir comes up with the standard question of access to the user that have been going through the Google Play aproval process for years.
However now Google complains and says:
So now it needs to be app specific. How do I modify the text that the RunTimePermissions (Version 1.12) library presents.
Also how do I diverse in the location request between just foreground access and both foreground and background access.
Since they now demand a video of how and why you need location background access, some of my apps could be modified to just use location in the foreground.
However now Google complains and says:
- Appear before your app’s location runtime permission.
- Include at least the following sentence, adapted to include all the relevant features requesting access to location in the background in the app that are readily visible to the user: “This app collects location data to enable ["feature"], ["feature"], & ["feature"] even when the app is closed or not in use.”
So now it needs to be app specific. How do I modify the text that the RunTimePermissions (Version 1.12) library presents.
Also how do I diverse in the location request between just foreground access and both foreground and background access.
Since they now demand a video of how and why you need location background access, some of my apps could be modified to just use location in the foreground.