Cherish: Only allow edge lights on AOD when AOD is enabled [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
idoybh
2020-12-04 19:28:44 +01:00
committed by Hưng Phan
parent be7b6fc307
commit 67b03a9527
3 changed files with 21 additions and 2 deletions

View File

@@ -163,7 +163,8 @@
android:key="ambient_notification_light_enabled"
android:title="@string/ambient_notification_light_enabled_title"
android:summary="@string/ambient_notification_light_enabled_summary"
android:defaultValue="false" />
android:defaultValue="false"
android:persistent="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="ambient_notification_light_hide_aod"