We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8c9f9 commit 66fffceCopy full SHA for 66fffce
2 files changed
app/src/main/res/values/settings_keys.xml
@@ -1325,4 +1325,5 @@
1325
<item>@string/wifi_only</item>
1326
</string-array>
1327
<string name="streams_notifications_channels_key">streams_notifications_channels</string>
1328
+ <string name="player_notification_screen_key">player_notification_screen</string>
1329
</resources>
app/src/main/res/xml/appearance_settings.xml
@@ -24,6 +24,7 @@
24
app:iconSpaceReserved="false" />
25
26
<PreferenceScreen
27
+ android:key="@string/player_notification_screen_key"
28
android:fragment="org.schabi.newpipe.settings.PlayerNotificationSettingsFragment"
29
android:summary="@string/settings_category_player_notification_summary"
30
android:title="@string/settings_category_player_notification_title"
0 commit comments