google-policies

How to make my Android app comply with the “Background Location Policy”

你。 提交于 2021-01-18 04:36:29
问题 I have currently some troubles to make my app comply with the new "Google Background Location Policy". Here is my situation : My application is targeting Android Api 22 and Up I have the following permissions required in my app : ACCESS_FINE_LOCATION I need this permission to display the User position in a Map while the app is in Foreground and for Bluetooth Low Energy usage I do not fetch location while the app is in Background I don't understand how to setup the Google Play Console. The

How to make my Android app comply with the “Background Location Policy”

扶醉桌前 提交于 2021-01-18 04:35:29
问题 I have currently some troubles to make my app comply with the new "Google Background Location Policy". Here is my situation : My application is targeting Android Api 22 and Up I have the following permissions required in my app : ACCESS_FINE_LOCATION I need this permission to display the User position in a Map while the app is in Foreground and for Bluetooth Low Energy usage I do not fetch location while the app is in Background I don't understand how to setup the Google Play Console. The