Add an activity to manage database key slots

This commit is contained in:
Alexander Bakker 2018-02-09 17:31:07 +01:00
parent d5f796ca87
commit c24b691a26
24 changed files with 798 additions and 33 deletions

View file

@ -14,6 +14,11 @@
android:title="@string/pref_issuers"
android:summary="@string/pref_issuers_description"/>
<Preference
android:key="pref_slots"
android:title="Key slots"
android:summary="Manage the list of keys that can decrypt the database"/>
<Preference
android:key="pref_export"
android:title="Export"