Make "Player notification" PreferenceScreen searchable

This commit is contained in:
Stypox 2022-03-19 22:44:59 +01:00
parent 6e8c9f92cb
commit 66fffce87c
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23
2 changed files with 2 additions and 0 deletions

View File

@ -1325,4 +1325,5 @@
<item>@string/wifi_only</item>
</string-array>
<string name="streams_notifications_channels_key">streams_notifications_channels</string>
<string name="player_notification_screen_key">player_notification_screen</string>
</resources>

View File

@ -24,6 +24,7 @@
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"