From d40db4e68a9db533be36a2bf9dc3b929deec9694 Mon Sep 17 00:00:00 2001 From: Jerry Pai Date: Wed, 12 Jul 2023 05:44:06 +0000 Subject: [PATCH] factory: disable gestures wake up and lock screen To avoid accidental touch during factory production, disable the following two features under Settings > System > Gestures: - Tap to check phone - Lift to check phone Additionally, disable the lock screen by default to make the factory production process more seamless Test: Verified Bug: 290857284 Change-Id: I9493c87b5b6749f7324ea18f78125ffe2a5a8084 --- factory/framework/res/values/config.xml | 33 +++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 factory/framework/res/values/config.xml diff --git a/factory/framework/res/values/config.xml b/factory/framework/res/values/config.xml new file mode 100644 index 0000000..cf85904 --- /dev/null +++ b/factory/framework/res/values/config.xml @@ -0,0 +1,33 @@ + + + + + + + false + + + false + + + true + + +