aboutsummaryrefslogtreecommitdiffstats
path: root/org_apg/res/xml
diff options
context:
space:
mode:
authorDominik <dominik@dominikschuermann.de>2012-04-14 16:18:06 +0200
committerDominik <dominik@dominikschuermann.de>2012-06-13 19:28:23 +0300
commite95ec50b468958db084cdbb03b275fb2d0e6aa4d (patch)
tree9ff653682cdaa810c0c8f4e4fe5a3bb5fd5c936b /org_apg/res/xml
parent30b6cc60f2c7cae3ade18cad8e8223172ff6d9b1 (diff)
downloadopen-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.xml10
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" />