From edc350c0852136990538aab33e1607e0dc2bc208 Mon Sep 17 00:00:00 2001 From: Lili Zou Date: Wed, 17 Aug 2022 13:48:08 +0800 Subject: [PATCH] Add flag QUICK_TAP_IN_PCC in SystemUI to enable the quicktap detection in PCC. Test: None as this does not change any behavior. Only build with mma. BUG: 242800729 Change-Id: Ifaf479c51d05eb600efbd9cc2a8b2dcc788d0ba0 --- packages/SystemUI/src/com/android/systemui/flags/Flags.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.java b/packages/SystemUI/src/com/android/systemui/flags/Flags.java index 6eb77bd32a718..e72c1483dc2a8 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.java +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.java @@ -237,6 +237,9 @@ public class Flags { public static final UnreleasedFlag SCREENSHOT_REQUEST_PROCESSOR = new UnreleasedFlag(1300); + // 1400 - columbus, b/242800729 + public static final UnreleasedFlag QUICK_TAP_IN_PCC = new UnreleasedFlag(1400); + // Pay no attention to the reflection behind the curtain. // ========================== Curtain ========================== // | |