Create new settings category: Backup and restore
Following settings have been move to the new category: - import database (from ContenttSettings) - export database (from ContenttSettings) - reset settings (from DebugSettings)
This commit is contained in:
parent
9bd8e7dbe2
commit
f91686cf45
11 changed files with 304 additions and 269 deletions
|
|
@ -47,6 +47,12 @@
|
|||
android:title="@string/settings_category_updates_title"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<PreferenceScreen
|
||||
android:fragment="org.schabi.newpipe.settings.BackupRestoreSettingsFragment"
|
||||
android:icon="@drawable/ic_settings_backup_restore"
|
||||
android:title="@string/settings_category_backup_restore_title"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<PreferenceScreen
|
||||
android:fragment="org.schabi.newpipe.settings.DebugSettingsFragment"
|
||||
android:icon="@drawable/ic_bug_report"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue