Cherish: ambient light settings
idoybh (DerpFest) edits: *Added switches dependencies *Removed settings we don't need *Reorganiazed, categorized and made strings make sense Signed-off-by: Ido Ben-Hur <idoybh2@gmail.com> Signed-off-by: AnkitGourav <Ankitgourav035@gmail.com>
This commit is contained in:
@@ -24,6 +24,13 @@
|
||||
android:summary="@string/ambient_notification_light_enabled_sumary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="ambient_notification_light_hide_aod"
|
||||
android:title="@string/ambient_notification_light_hide_aod_title"
|
||||
android:summary="@string/ambient_notification_light_hide_aod_sumary"
|
||||
android:dependency="ambient_notification_light_enabled"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<PreferenceCategory
|
||||
android:title="@string/edgelight_left" >
|
||||
|
||||
|
||||
Reference in New Issue
Block a user