Cherish: Disable dashboards conditions and suggestions (3/3)
Change-Id: I687ac1a48120f9f2b0b42d5811b65fe71f5a1430 Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -18,6 +18,22 @@
|
||||
android:title="@string/misc_title"
|
||||
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="enable_conditions"
|
||||
android:icon="@drawable/ic_dashboard"
|
||||
android:title="@string/dashboard_conditions_title"
|
||||
android:summaryOn="@string/summary_dashboard_conditions_enabled"
|
||||
android:summaryOff="@string/summary_dashboard_conditions_disabled"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="enable_suggestions"
|
||||
android:icon="@drawable/ic_dashboard"
|
||||
android:title="@string/dashboard_suggestions_title"
|
||||
android:summaryOn="@string/summary_dashboard_suggestions_enabled"
|
||||
android:summaryOff="@string/summary_dashboard_suggestions_disabled"
|
||||
android:defaultValue="true"/>
|
||||
|
||||
<com.cherish.settings.preferences.GlobalSettingSwitchPreference
|
||||
android:icon="@drawable/ic_plug"
|
||||
android:key="wake_when_plugged_or_unplugged"
|
||||
|
||||
Reference in New Issue
Block a user