Add basic support for exporting the database

This commit is contained in:
Alexander Bakker 2017-12-10 19:19:48 +01:00
parent 71eb487f85
commit 95638b359b
7 changed files with 163 additions and 46 deletions

View file

@ -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>