Merge "Add flag QUICK_TAP_IN_PCC in SystemUI to enable the quicktap detection in PCC." into tm-qpr-dev am: a0659a2552

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19755382

Change-Id: I3191b277f487572d81a1ad07e6bbc239e09aa582
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Govinda Wasserman
2022-08-26 19:44:09 +00:00
committed by Automerger Merge Worker

View File

@@ -250,6 +250,9 @@ public class Flags {
public static final UnreleasedFlag SCREENSHOT_REQUEST_PROCESSOR = new UnreleasedFlag(1300); public static final UnreleasedFlag SCREENSHOT_REQUEST_PROCESSOR = new UnreleasedFlag(1300);
public static final UnreleasedFlag SCREENSHOT_WORK_PROFILE_POLICY = new UnreleasedFlag(1301); public static final UnreleasedFlag SCREENSHOT_WORK_PROFILE_POLICY = new UnreleasedFlag(1301);
// 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 ==========================
// | | // | |