Settings: Allow user to configure "None" for downtime.
New setting under Zen > Downtime subcategory. Also rename the category header, remove obsolete parenthetical. Bug: 16373455 Change-Id: Ic3430e1795fc79c315dea3c24d88dfcde6742849
This commit is contained in:
@@ -65,15 +65,25 @@
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<!-- Downtime -->
|
||||
<PreferenceCategory
|
||||
android:key="downtime"
|
||||
android:title="@string/zen_mode_downtime_category" >
|
||||
|
||||
<!-- Days -->
|
||||
<Preference
|
||||
android:key="days"
|
||||
android:title="@string/zen_mode_downtime_days"
|
||||
android:persistent="false" />
|
||||
|
||||
<!-- Start time/End time added and removed here! :-) -->
|
||||
|
||||
<!-- Interruptions allowed -->
|
||||
<com.android.settings.notification.DropDownPreference
|
||||
android:key="downtime_mode"
|
||||
android:title="@string/zen_mode_downtime_mode_title"
|
||||
android:order="100"
|
||||
android:persistent="false" />
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
|
||||
Reference in New Issue
Block a user