Support of SmartPGP secure messaging

This commit is contained in:
Arnaud Fontaine
2016-10-25 16:45:46 +02:00
parent 05bfd6bc01
commit a6b7b2bf4e
20 changed files with 1769 additions and 9 deletions

View File

@@ -35,4 +35,14 @@
android:persistent="true"
android:title="@string/label_theme" />
<SwitchPreference
android:defaultValue="false"
android:key="smartpgp_authorities_pref"
android:summary="@string/label_smartpgp_verify_summary"
android:title="@string/label_smartpgp_verify" />
<PreferenceScreen
android:dependency="smartpgp_authorities_pref"
android:key="smartpgp_authorities"
android:title="@string/label_smartpgp_roots" />
</PreferenceScreen>