mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-11 11:35:07 -05:00
describe allowBackup=false
This commit is contained in:
parent
99122fa8d9
commit
e736af550a
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user