Android Question Warning background permission by Google

Scantech

Well-Known Member
Licensed User
Longtime User
B4X:
AddPermission(android.permission.ACCESS_BACKGROUND_LOCATION)

While submitting apk, backgound permission in manifest will be warned in Google Play Console. You will need to fill out form and explain why you are using this permission and a video explanation is also required. I believe it just started today.
 

Pendrush

Well-Known Member
Licensed User
Longtime User
Beginning September 30, 2020, you have the option to submit declarations for apps that request access to location in the background. This gives you an opportunity to receive actionable feedback before the policy is fully enforced and enough time to make the right changes. If your app is impacted, you are notified on the App content page (Policy > App content > Sensitive App Permissions) in the Play Console to complete the permissions declaration form.

Beginning January 18, 2021, all new apps (first published after April 16, 2020) submitted to Google Play that access location in the background will need to be approved before they can go live.

Beginning March 29, 2021, all existing apps (first published before April 16, 2020) that access location in the background will need to be approved or app updates may be blocked and your app may be removed from Google Play.

More on this link.
 
Upvote 0
Top