mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-03 13:20:35 +00:00
Add basic support for exporting the database
This commit is contained in:
parent
71eb487f85
commit
95638b359b
7 changed files with 163 additions and 46 deletions
|
@ -13,4 +13,10 @@
|
|||
android:key="pref_issuer"
|
||||
android:title="@string/pref_issuers"
|
||||
android:summary="@string/pref_issuers_description"/>
|
||||
</PreferenceScreen>
|
||||
|
||||
<Preference
|
||||
android:key="pref_export"
|
||||
android:title="Export"
|
||||
android:summary="Export the database"/>
|
||||
|
||||
</PreferenceScreen>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue