diff options
-rw-r--r-- | OpenPGP-Keychain/AndroidManifest.xml | 5 | ||||
-rw-r--r-- | OpenPGP-Keychain/src/org/sufficientlysecure/keychain/ui/SelectSecretKeyFragment.java | 1 |
2 files changed, 4 insertions, 2 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" diff --git a/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/ui/SelectSecretKeyFragment.java b/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/ui/SelectSecretKeyFragment.java index ae3adeed7..4871b74bc 100644 --- a/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/ui/SelectSecretKeyFragment.java +++ b/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/ui/SelectSecretKeyFragment.java @@ -96,7 +96,6 @@ public class SelectSecretKeyFragment extends SherlockListFragment implements CapFilter = "(cert>0)"; } - // These are the rows that we will retrieve. long now = new Date().getTime() / 1000; String[] projection = new String[] { |