Added backup and restore options

This commit is contained in:
ottoptj 2024-09-07 03:22:02 +03:00
commit 93835821e4
3 changed files with 166 additions and 1 deletions

View file

@ -49,6 +49,26 @@
app:summary="Unhide Apps"
app:title="Manage Hidden Apps" />
</PreferenceCategory>
<PreferenceCategory
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:allowDividerAbove="false"
app:title="Backup and Restore">
<Preference
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:key="backup"
app:selectable="true"
app:summary="Backup your settings"
app:title="Backup" />
<Preference
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:key="restore"
app:selectable="true"
app:summary="Restore a backup"
app:title="Restore" />
</PreferenceCategory>
<PreferenceCategory
android:layout_width="wrap_content"
android:layout_height="wrap_content"