diff options
author | Dominik <dominik@dominikschuermann.de> | 2012-04-14 16:18:06 +0200 |
---|---|---|
committer | Dominik <dominik@dominikschuermann.de> | 2012-06-13 19:28:23 +0300 |
commit | e95ec50b468958db084cdbb03b275fb2d0e6aa4d (patch) | |
tree | 9ff653682cdaa810c0c8f4e4fe5a3bb5fd5c936b /org_apg/res/xml | |
parent | 30b6cc60f2c7cae3ade18cad8e8223172ff6d9b1 (diff) | |
download | open-keychain-e95ec50b468958db084cdbb03b275fb2d0e6aa4d.tar.gz open-keychain-e95ec50b468958db084cdbb03b275fb2d0e6aa4d.tar.bz2 open-keychain-e95ec50b468958db084cdbb03b275fb2d0e6aa4d.zip |
changing package name back
Diffstat (limited to 'org_apg/res/xml')
-rw-r--r-- | org_apg/res/xml/apg_preferences.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/org_apg/res/xml/apg_preferences.xml b/org_apg/res/xml/apg_preferences.xml index f32c2d73f..778f51375 100644 --- a/org_apg/res/xml/apg_preferences.xml +++ b/org_apg/res/xml/apg_preferences.xml @@ -18,7 +18,7 @@ <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > <PreferenceCategory android:title="@string/section_general" > - <org.apg.ui.widget.IntegerListPreference + <org.thialfihar.android.apg.ui.widget.IntegerListPreference android:entries="@array/pass_phrase_cache_ttl_entries" android:entryValues="@array/pass_phrase_cache_ttl_values" android:key="passPhraseCacheTtl" @@ -31,19 +31,19 @@ android:title="@string/label_keyServers" /> </PreferenceCategory> <PreferenceCategory android:title="@string/section_defaults" > - <org.apg.ui.widget.IntegerListPreference + <org.thialfihar.android.apg.ui.widget.IntegerListPreference android:key="defaultEncryptionAlgorithm" android:persistent="false" android:title="@string/label_encryptionAlgorithm" /> - <org.apg.ui.widget.IntegerListPreference + <org.thialfihar.android.apg.ui.widget.IntegerListPreference android:key="defaultHashAlgorithm" android:persistent="false" android:title="@string/label_hashAlgorithm" /> - <org.apg.ui.widget.IntegerListPreference + <org.thialfihar.android.apg.ui.widget.IntegerListPreference android:key="defaultMessageCompression" android:persistent="false" android:title="@string/label_messageCompression" /> - <org.apg.ui.widget.IntegerListPreference + <org.thialfihar.android.apg.ui.widget.IntegerListPreference android:key="defaultFileCompression" android:persistent="false" android:title="@string/label_fileCompression" /> |