Clarified wording of compact notification setting (#4384)
This commit is contained in:
parent
cb1af5dbac
commit
e9285fba2f
|
@ -139,6 +139,7 @@ public class PlaybackServiceNotificationBuilder {
|
|||
notification.setSmallIcon(R.drawable.ic_notification);
|
||||
notification.setOngoing(false);
|
||||
notification.setOnlyAlertOnce(true);
|
||||
notification.setShowWhen(false);
|
||||
notification.setPriority(UserPreferences.getNotifyPriority());
|
||||
notification.setVisibility(NotificationCompat.VISIBILITY_PUBLIC);
|
||||
notification.setColor(NotificationCompat.COLOR_DEFAULT);
|
||||
|
|
|
@ -465,8 +465,8 @@
|
|||
<string name="pref_expandNotify_sum">This usually expands the notification to show playback buttons.</string>
|
||||
<string name="pref_persistNotify_title">Persistent Playback Controls</string>
|
||||
<string name="pref_persistNotify_sum">Keep notification and lockscreen controls when playback is paused.</string>
|
||||
<string name="pref_compact_notification_buttons_title">Set Lockscreen Buttons</string>
|
||||
<string name="pref_compact_notification_buttons_sum">Change the playback buttons on the lockscreen. The play/pause button is always included.</string>
|
||||
<string name="pref_compact_notification_buttons_title">Set Compact Notification Buttons</string>
|
||||
<string name="pref_compact_notification_buttons_sum">Change the playback buttons when the notification is collapsed. The play/pause button is always included.</string>
|
||||
<string name="pref_compact_notification_buttons_dialog_title">Select a maximum of %1$d items</string>
|
||||
<string name="pref_compact_notification_buttons_dialog_error">You can only select a maximum of %1$d items.</string>
|
||||
<string name="pref_lockscreen_background_title">Set Lockscreen Background</string>
|
||||
|
|
Loading…
Reference in New Issue