summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIdo Ben-Hur <idoybh2@gmail.com>2022-09-13 22:04:51 +0300
committerJulian Veit <claymore1298@gmail.com>2025-08-27 13:12:07 +0000
commit31cd74cf520782c440e6a8c6b38f7bf89665d7c4 (patch)
tree2987f9082a67ec6ede6e50fa2e57cf606c617b72
parent365f8c883d2dab767db2c2a5097aeacde117d017 (diff)
AE: Add ambient edge lightning settingsHEADv15.0
** move them from oneplus_settings Change-Id: Ic19d252e3cdb0654a97b0ae108feec217f277d16 Signed-off-by: Ali B <abittin@gmail.com> Signed-off-by: Joey Huab <joey@evolution-x.org> Signed-off-by: Semavi Ulusoy <doc.divxm@gmail.com> Signed-off-by: George Zacharia <george.zcharia@gmail.com>
-rw-r--r--res/xml/notifications.xml3
-rw-r--r--src/com/aicp/extras/fragments/AmbientEdgeLights.java (renamed from src/com/aicp/extras/fragments/AmbientEdgeLights.java.bak)0
2 files changed, 2 insertions, 1 deletions
diff --git a/res/xml/notifications.xml b/res/xml/notifications.xml
index 6d1ed5f3a..796620821 100644
--- a/res/xml/notifications.xml
+++ b/res/xml/notifications.xml
@@ -37,7 +37,7 @@
android:defaultValue="true"
android:fragment="com.aicp.extras.fragments.HeadsUpOptions"
aicpextras:thereCanBeOnlyOneGroupId="1" />
- <!--
+
<com.aicp.extras.preference.SecureSettingMasterSwitchPreference
android:key="pulse_ambient_light"
android:title="@string/pulse_ambient_light_title"
@@ -45,6 +45,7 @@
android:defaultValue="false"
android:fragment="com.aicp.extras.fragments.AmbientEdgeLights" />
+<!--
<com.aicp.gear.preference.SystemSettingSwitchPreference
android:key="force_expanded_notifications"
android:title="@string/force_expanded_notifications_title"
diff --git a/src/com/aicp/extras/fragments/AmbientEdgeLights.java.bak b/src/com/aicp/extras/fragments/AmbientEdgeLights.java
index bee82d76e..bee82d76e 100644
--- a/src/com/aicp/extras/fragments/AmbientEdgeLights.java.bak
+++ b/src/com/aicp/extras/fragments/AmbientEdgeLights.java