Add silent status bar icon setting
Test: atest Bug: 123419917 Change-Id: I40fe580b76589c45a70365c09a966a76b5bc882b
This commit is contained in:
@@ -7590,6 +7590,12 @@
|
||||
<!-- Configure Notifications: Work profile section header [CHAR LIMIT=30] -->
|
||||
<string name="profile_section_header">Work notifications</string>
|
||||
|
||||
<!-- Configure Notifications: setting title [CHAR LIMIT=80] -->
|
||||
<string name="hide_silent_icons_title">Hide silent notification status icons</string>
|
||||
|
||||
<!-- Configure Notifications: setting summary [CHAR LIMIT=NONE] -->
|
||||
<string name="hide_silent_icons_summary">Hide icons for silent notifications in the status bar</string>
|
||||
|
||||
<!-- Configure Notifications: Title for the notification badging option. [CHAR LIMIT=30 BACKUP_MESSAGE_ID=5125022693565388760] -->
|
||||
<string name="notification_badging_title">Allow notification dots</string>
|
||||
|
||||
|
@@ -26,6 +26,12 @@
|
||||
android:summary="@string/summary_placeholder"
|
||||
settings:searchable="false"/>
|
||||
|
||||
<SwitchPreference
|
||||
android:key="hide_silent_icons"
|
||||
android:title="@string/hide_silent_icons_title"
|
||||
android:summary="@string/hide_silent_icons_summary"
|
||||
settings:controller="com.android.settings.notification.SilentStatusBarPreferenceController" />
|
||||
|
||||
<!-- Notification badging -->
|
||||
<SwitchPreference
|
||||
android:key="notification_badging"
|
||||
|
Reference in New Issue
Block a user