diff options
| author | 2022-10-31 15:40:54 -0400 | |
|---|---|---|
| committer | 2022-11-01 10:20:04 -0400 | |
| commit | ff91d8576bbadeb83c17a420765d56566142c24f (patch) | |
| tree | bce006cd9966c0ac4cd01fe799af94e5f757107d | |
| parent | 268f0020988cadb46a69ee3843da3d9cd4214669 (diff) | |
Add flag for controls panels
Test: no test
Fixes: 256663116
Change-Id: I07609b8b192ef7b08699d11c447d15ca56b46e78
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index 561222f1f58d..4337aebff358 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -328,6 +328,9 @@ object Flags { // 1900 - note task @JvmField val NOTE_TASKS = SysPropBooleanFlag(1900, "persist.sysui.debug.note_tasks") + // 2000 - device controls + @Keep val USE_APP_PANELS = UnreleasedFlag(2000, true) + // Pay no attention to the reflection behind the curtain. // ========================== Curtain ========================== // | | |