Merge "Move priorization setting to dev options" into qt-dev
am: 64f229d32b
Change-Id: Ic03000ed13a7c9c02b8660684929689b5b61df49
This commit is contained in:
@@ -7889,8 +7889,8 @@
|
|||||||
<!-- Configure Notifications: section header for prioritizer settings [CHAR LIMIT=80] -->
|
<!-- Configure Notifications: section header for prioritizer settings [CHAR LIMIT=80] -->
|
||||||
<string name="smart_notifications_title">Adaptive notifications</string>
|
<string name="smart_notifications_title">Adaptive notifications</string>
|
||||||
|
|
||||||
<!-- Configure Notifications: setting title [CHAR LIMIT=80] -->
|
<!-- Configure Notifications: setting title [CHAR LIMIT=80 BACKUP_MESSAGE_ID=6691908606916292167] -->
|
||||||
<string name="asst_capability_prioritizer_title">Automatic Prioritization</string>
|
<string name="asst_capability_prioritizer_title">Adaptive notification priority</string>
|
||||||
|
|
||||||
<!-- Configure Notifications: setting summary [CHAR LIMIT=200] -->
|
<!-- Configure Notifications: setting summary [CHAR LIMIT=200] -->
|
||||||
<string name="asst_capability_prioritizer_summary">Automatically set lower priority notifications to Gentle</string>
|
<string name="asst_capability_prioritizer_summary">Automatically set lower priority notifications to Gentle</string>
|
||||||
|
@@ -522,6 +522,11 @@
|
|||||||
android:title="@string/show_notification_channel_warnings"
|
android:title="@string/show_notification_channel_warnings"
|
||||||
android:summary="@string/show_notification_channel_warnings_summary" />
|
android:summary="@string/show_notification_channel_warnings_summary" />
|
||||||
|
|
||||||
|
<SwitchPreference
|
||||||
|
android:key="asst_capability_prioritizer"
|
||||||
|
android:title="@string/asst_capability_prioritizer_title"
|
||||||
|
settings:controller="com.android.settings.notification.AssistantCapabilityPreferenceController" />
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:key="inactive_apps"
|
android:key="inactive_apps"
|
||||||
android:title="@string/inactive_apps_title"
|
android:title="@string/inactive_apps_title"
|
||||||
|
Reference in New Issue
Block a user