Google play - App content
Recently, Android updated its rules on how app developers must declare necessary permissions and explain the purpose of using Android services. This guide will help you submit the required information to obtain Android approval.
Health App
The permissions required for a health app can be confusing, but it's crucial to declare them correctly. Our SDK uses accelerometer and gyroscope data, which Google classifies as health sensors. To comply, declare these sensors and select Activity and Fitness as the purpose. This should suffice for Android approval.
android.permission.ACTIVITY_RECOGNITIO
Foreground service permissions
FOREGROUND_SERVICE_CONNECTED_DEVICE
FOREGROUND_SERVICE_DATA_SYNC
FOREGROUND_SERVICE_HEALTH
FOREGROUND_SERVICE_LOCATION
Resources:
Foreground connected device:
Declare that permission only if your app uses connection to external device or you use our Telematics SDK with BLE Device
You will need to record a video of your mobile app. Use the video below as a reference.
Video for Connected device: https://youtube.com/shorts/DqsQAHay2d8
Foreground Data sync, Health Services and Location
You will need to record a video of your mobile app. Use the video below as a reference.
Video: https://youtube.com/shorts/ZoeUQVedmVs
Location permissions
android.permission.ACCESS_BACKGROUND_LOCATION
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
Updated 6 months ago