aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/adv_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res/xml/adv_preferences.xml')
-rw-r--r--OpenKeychain/src/main/res/xml/adv_preferences.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/res/xml/adv_preferences.xml b/OpenKeychain/src/main/res/xml/adv_preferences.xml
index fa3974199..a07ae06bb 100644
--- a/OpenKeychain/src/main/res/xml/adv_preferences.xml
+++ b/OpenKeychain/src/main/res/xml/adv_preferences.xml
@@ -38,11 +38,17 @@
android:key="defaultAsciiArmor"
android:persistent="false"
android:title="@string/label_ascii_armor" />
+
+ <CheckBoxPreference
+ android:key="concealPgpApplication"
+ android:persistent="false"
+ android:title="@string/label_conceal_pgp_application"
+ android:summary="@string/label_conceal_pgp_application_summary" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/section_advanced" >
<CheckBoxPreference
android:key="forceV3Signatures"
android:persistent="false"
- android:title="@string/label_force_v3_signature" />
+ android:title="@string/label_force_v3_signature"/>
</PreferenceCategory>
</PreferenceScreen>