diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index c94de58c59e943a4e0f3cd0e4439683bb4812df6..2938739c1c02d615ae689c619e10ecd4c0a4f411 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -317,7 +317,8 @@ android:name="de.kuschku.quasseldroid.service.QuasselService" android:description="@string/connection_service_description" android:exported="false" - android:label="@string/connection_service_title" /> + android:label="@string/connection_service_title" + android:foregroundServiceType="remoteMessaging" /> </application> </manifest>