summaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 19bd6845..0c76d6bf 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -105,10 +105,12 @@
<service
android:name=".util.services.ClipboardService"
android:exported="false"
+ android:foregroundServiceType="shortService"
android:process=":clipboard_service_process" />
<service
android:name=".util.services.PasswordExportService"
android:exported="false"
+ android:foregroundServiceType="shortService"
android:process=":password_export_service_process" />
<service
android:name=".util.services.OreoAutofillService"