Disable foreground service on API 34+

This commit is contained in:
topjohnwu
2024-02-06 17:29:42 -08:00
parent 472c7878b2
commit 4bf1c74164
4 changed files with 10 additions and 2 deletions
+1
View File
@@ -63,6 +63,7 @@
<service
android:name=".core.Service"
android:exported="false"
android:enabled="@bool/enable_fg_service"
android:foregroundServiceType="dataSync" />
<service