moved player notification to notification section

This commit is contained in:
pratyaksh1610 2022-12-20 01:44:42 +05:30 committed by Stypox
parent 5e7ad6ffd1
commit e42c9abdde
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23
2 changed files with 8 additions and 8 deletions

View File

@ -23,14 +23,6 @@
app:singleLineTitle="false"
app:iconSpaceReserved="false" />
<PreferenceScreen
android:key="@string/player_notification_screen_key"
android:fragment="org.schabi.newpipe.settings.PlayerNotificationSettingsFragment"
android:summary="@string/settings_category_player_notification_summary"
android:title="@string/settings_category_player_notification_title"
app:singleLineTitle="false"
app:iconSpaceReserved="false" />
<SwitchPreferenceCompat
android:defaultValue="true"
android:key="@string/show_hold_to_append_key"

View File

@ -4,6 +4,14 @@
android:key="general_preferences"
android:title="@string/notifications">
<PreferenceScreen
android:key="@string/player_notification_screen_key"
android:fragment="org.schabi.newpipe.settings.PlayerNotificationSettingsFragment"
android:summary="@string/settings_category_player_notification_summary"
android:title="@string/settings_category_player_notification_title"
app:singleLineTitle="false"
app:iconSpaceReserved="false" />
<SwitchPreference
android:defaultValue="false"
android:key="@string/enable_streams_notifications"