aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/AndroidManifest.xml')
-rw-r--r--OpenKeychain/src/main/AndroidManifest.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/OpenKeychain/src/main/AndroidManifest.xml b/OpenKeychain/src/main/AndroidManifest.xml
index 81a692e2e..ae39ee9ce 100644
--- a/OpenKeychain/src/main/AndroidManifest.xml
+++ b/OpenKeychain/src/main/AndroidManifest.xml
@@ -721,13 +721,10 @@
<service
android:name=".service.KeychainService"
android:exported="false" />
- <service
- android:name=".service.CloudImportService"
- android:exported="false" />
<provider
android:name=".provider.KeychainProvider"
- android:authorities="${applicationId}.provider"
+ android:authorities="@string/provider_authority"
android:exported="false" />
<!-- Internal classes of the remote APIs (not exported) -->
@@ -805,7 +802,7 @@
<!-- Storage Provider for temporary decrypted files -->
<provider
android:name=".provider.TemporaryStorageProvider"
- android:authorities="${applicationId}.tempstorage"
+ android:authorities="@string/tempstorage_authority"
android:exported="true"
android:writePermission="${applicationId}.WRITE_TEMPORARY_STORAGE" />