diff options
-rw-r--r-- | overlay/ICESystemUIOverlay/res/values/config.xml | 5 | ||||
-rw-r--r-- | overlay/ICESystemUIOverlay/res/values/flags.xml | 1 |
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> |