mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 09:57:26 +00:00
Added backup and restore options
This commit is contained in:
parent
64cc4a0ecf
commit
93835821e4
3 changed files with 166 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue