mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-03 13:20:35 +00:00
Add an activity to manage database key slots
This commit is contained in:
parent
d5f796ca87
commit
c24b691a26
24 changed files with 798 additions and 33 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue