diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2013-03-20 01:14:19 +0100 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2013-03-20 01:14:19 +0100 |
commit | e736af550a8e9a5a4b199ed7be24d9995418601b (patch) | |
tree | 315a90e674b7afdc714540519255c0408862f39d /OpenPGP-Keychain | |
parent | 99122fa8d94af9f158bab247ceb3167fef69b367 (diff) | |
download | open-keychain-e736af550a8e9a5a4b199ed7be24d9995418601b.tar.gz open-keychain-e736af550a8e9a5a4b199ed7be24d9995418601b.tar.bz2 open-keychain-e736af550a8e9a5a4b199ed7be24d9995418601b.zip |
describe allowBackup=false
Diffstat (limited to 'OpenPGP-Keychain')
-rw-r--r-- | OpenPGP-Keychain/AndroidManifest.xml | 5 |
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" |