Replace some customized RadioButtonPreferences
- Deleted ZenCustomRadioButtonPreference - Deleted RadioButtonPreferenceWithExtraWidget - Replaced with RadioButtonPreference Bug: 173472216 Test: robotest Change-Id: I645b59d65ae14af1f384f16ee7b76b3c98e23e1f
This commit is contained in:
@@ -22,11 +22,11 @@
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="zen_custom_rule_category">
|
||||
<com.android.settings.notification.zen.ZenCustomRadioButtonPreference
|
||||
<com.android.settingslib.widget.RadioButtonPreference
|
||||
android:key="zen_custom_rule_setting_default"
|
||||
android:title="@string/zen_mode_custom_behavior_summary_default"/>
|
||||
|
||||
<com.android.settings.notification.zen.ZenCustomRadioButtonPreference
|
||||
<com.android.settingslib.widget.RadioButtonPreference
|
||||
android:key="zen_custom_rule_setting"
|
||||
android:title="@string/zen_mode_custom_behavior_summary" />
|
||||
</PreferenceCategory>
|
||||
|
@@ -23,19 +23,19 @@
|
||||
<PreferenceCategory
|
||||
android:key="restrict_category"
|
||||
android:title="@string/zen_mode_restrict_notifications_category">
|
||||
<com.android.settings.notification.zen.ZenCustomRadioButtonPreference
|
||||
<com.android.settingslib.widget.RadioButtonPreference
|
||||
android:key="zen_mute_notifications"
|
||||
android:title="@string/zen_mode_restrict_notifications_mute"
|
||||
android:summary="@string/zen_mode_restrict_notifications_mute_summary"
|
||||
settings:searchable="false"/>
|
||||
|
||||
<com.android.settings.notification.zen.ZenCustomRadioButtonPreference
|
||||
<com.android.settingslib.widget.RadioButtonPreference
|
||||
android:key="zen_hide_notifications"
|
||||
android:title="@string/zen_mode_restrict_notifications_hide"
|
||||
android:summary="@string/zen_mode_restrict_notifications_hide_summary"
|
||||
settings:searchable="false"/>
|
||||
|
||||
<com.android.settings.notification.zen.ZenCustomRadioButtonPreference
|
||||
<com.android.settingslib.widget.RadioButtonPreference
|
||||
android:key="zen_custom"
|
||||
android:title="@string/zen_mode_restrict_notifications_custom"
|
||||
settings:searchable="false"/>
|
||||
|
Reference in New Issue
Block a user