describe allowBackup=false

This commit is contained in:
Dominik Schürmann 2013-03-20 01:14:19 +01:00
parent 99122fa8d9
commit e736af550a

View File

@ -30,7 +30,7 @@
Association of file types to APG Association of file types to APG
================================= =================================
General remarks about file ending conventions: General remarks about file ending conventions:
- *.gpg for binary files - *.gpg for binary files
- *.asc for ascii armored files - *.asc for ascii armored files
@ -86,6 +86,9 @@
android:permissionGroup="org.sufficientlysecure.keychain.permission-group.keychain" android:permissionGroup="org.sufficientlysecure.keychain.permission-group.keychain"
android:protectionLevel="dangerous" /> android:protectionLevel="dangerous" />
<!--
android:allowBackup="false": Don't allow backup over adb backup or other apps!
-->
<application <application
android:name=".KeychainApplication" android:name=".KeychainApplication"
android:allowBackup="false" android:allowBackup="false"