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
This commit is contained in:
Lili Zou
2022-08-17 13:48:08 +08:00
parent 0e06be611d
commit edc350c085

View File

@@ -237,6 +237,9 @@ public class Flags {
public static final UnreleasedFlag SCREENSHOT_REQUEST_PROCESSOR = new UnreleasedFlag(1300); 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. // Pay no attention to the reflection behind the curtain.
// ========================== Curtain ========================== // ========================== Curtain ==========================
// | | // | |