diff options
Diffstat (limited to 'res/xml/zen_mode_automation_settings.xml')
-rw-r--r-- | res/xml/zen_mode_automation_settings.xml | 40 |
1 files changed, 1 insertions, 39 deletions
diff --git a/res/xml/zen_mode_automation_settings.xml b/res/xml/zen_mode_automation_settings.xml index 3098630..7cfffd4 100644 --- a/res/xml/zen_mode_automation_settings.xml +++ b/res/xml/zen_mode_automation_settings.xml @@ -19,43 +19,5 @@ android:key="zen_mode_settings" android:title="@string/zen_mode_automation_settings_title" > - <!-- 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.DropDownPreference - android:key="downtime_mode" - android:title="@string/zen_mode_downtime_mode_title" - android:order="100" - android:persistent="false" /> - - </PreferenceCategory> - - <PreferenceCategory - android:key="automation" - android:title="@string/zen_mode_automation_category" > - - <Preference - android:key="entry" - android:title="@string/zen_mode_entry_conditions_title" - android:persistent="false" /> - - <Preference - android:key="manage_condition_providers" - android:title="@string/manage_condition_providers" - android:persistent="false" - android:fragment="com.android.settings.notification.ConditionProviderSettings" /> - - </PreferenceCategory> - + <!-- Rules added at runtime --> </PreferenceScreen> |