Skip to content
Snippets Groups Projects
Unverified Commit ca17307d authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: missing foreground service type

parent 385606db
No related branches found
No related tags found
No related merge requests found
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment