summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 0e5945850..e16155661 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -474,7 +474,8 @@
<!-- Service to import contacts from the SIM card -->
<service
android:name=".SimImportService"
- android:exported="false"/>
+ android:exported="false"
+ android:foregroundServiceType="shortService" />
<!-- Attaches a photo to a contact. Started from external applications -->
<activity