summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Lin <danny@kdrag0n.dev>2022-03-22 19:51:25 -0700
committeralk3pInjection <webmaster@raspii.tech>2022-05-05 15:50:12 +0800
commita405279858cb0c59b9e82f4d7da5a1b9f1b4b2f0 (patch)
tree4af3e8be7a98454431b3eb5c8a9a49db8805b7a4
parent94e5f1b02d6f063bfad208ab635f4f099219cdde (diff)
overlay: Remove obsolete SystemUI flags
Change-Id: Iddefcfc2b7417eb64564ddec93c5b60926e81457
-rw-r--r--overlay/ICESystemUIOverlay/res/values/config.xml5
-rw-r--r--overlay/ICESystemUIOverlay/res/values/flags.xml1
2 files changed, 0 insertions, 6 deletions
diff --git a/overlay/ICESystemUIOverlay/res/values/config.xml b/overlay/ICESystemUIOverlay/res/values/config.xml
index bc2f1a8..1f791ae 100644
--- a/overlay/ICESystemUIOverlay/res/values/config.xml
+++ b/overlay/ICESystemUIOverlay/res/values/config.xml
@@ -18,11 +18,6 @@
<!-- Determines whether the shell features all run on another thread. -->
<bool name="config_enableShellMainThread">true</bool>
- <!-- If true, enable the advance anti-falsing classifier on the lockscreen.
- On some devices it does not work well, particularly with noisy touchscreens.
- Note that disabling it may increase the rate of unintentional unlocks. -->
- <bool name="config_lockscreenAntiFalsingClassifierEnabled">false</bool>
-
<!-- Show RSRP Signal level for LTE -->
<bool name="config_showRsrpSignalLevelforLTE">true</bool>
diff --git a/overlay/ICESystemUIOverlay/res/values/flags.xml b/overlay/ICESystemUIOverlay/res/values/flags.xml
index 91600a0..10f99a7 100644
--- a/overlay/ICESystemUIOverlay/res/values/flags.xml
+++ b/overlay/ICESystemUIOverlay/res/values/flags.xml
@@ -15,7 +15,6 @@
limitations under the License.
-->
<resources>
- <bool name="flag_monet">true</bool>
<bool name="flag_conversations">true</bool>
<bool name="flag_charging_ripple">true</bool>
</resources>