Appraysal
Back to Rules
REJECTIONLikelyGuideline Foreground ServiceGoogle PlayAndroidPrivacy

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

Check Your App

Scan your project to see if this rule affects your app

Run Free Scan