REJECTIONLikelyGuideline Foreground Service
AndroidPrivacy
Foreground Service Type Declaration
Apps using foreground services must declare the appropriate foreground service type and provide valid use case documentation.
Quick Fix
Declare android:foregroundServiceType in your manifest for each foreground service. Valid types: camera, connectedDevice, dataSync, health, location, mediaPlayback, mediaProjection, microphone, phoneCall, remoteMessaging, shortService, specialUse, systemExempted.
What Gets Detected
Detection Type:COMPOUND