From d6ec9698da68e9715f5f9f921d604486a112a99d Mon Sep 17 00:00:00 2001 From: Ryan Chu Date: Thu, 6 Apr 2023 03:35:15 +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 Bug: 275295606 Test: Verified on local image Change-Id: I20be29ebdceb98f76623d56cc9e185b53d0c66ba --- 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 00000000..cf85904a --- /dev/null +++ b/factory/framework/res/values/config.xml @@ -0,0 +1,33 @@ + + + + + + + false + + + false + + + true + + +