aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGP-Keychain/AndroidManifest.xml')
-rw-r--r--OpenPGP-Keychain/AndroidManifest.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenPGP-Keychain/AndroidManifest.xml b/OpenPGP-Keychain/AndroidManifest.xml
index 86b83a557..7b02d6fae 100644
--- a/OpenPGP-Keychain/AndroidManifest.xml
+++ b/OpenPGP-Keychain/AndroidManifest.xml
@@ -30,7 +30,7 @@
Association of file types to APG
=================================
- General remarks about file ending conventions:
+ General remarks about file ending conventions:
- *.gpg for binary files
- *.asc for ascii armored files
@@ -86,6 +86,9 @@
android:permissionGroup="org.sufficientlysecure.keychain.permission-group.keychain"
android:protectionLevel="dangerous" />
+ <!--
+ android:allowBackup="false": Don't allow backup over adb backup or other apps!
+ -->
<application
android:name=".KeychainApplication"
android:allowBackup="false"