Loading packages/SystemUI/src/com/android/systemui/flags/Flags.kt +3 −0 Original line number Original line Diff line number Diff line Loading @@ -344,6 +344,9 @@ object Flags { // 1900 - note task // 1900 - note task @JvmField val NOTE_TASKS = SysPropBooleanFlag(1900, "persist.sysui.debug.note_tasks") @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. // Pay no attention to the reflection behind the curtain. // ========================== Curtain ========================== // ========================== Curtain ========================== // | | // | | Loading Loading
packages/SystemUI/src/com/android/systemui/flags/Flags.kt +3 −0 Original line number Original line Diff line number Diff line Loading @@ -344,6 +344,9 @@ object Flags { // 1900 - note task // 1900 - note task @JvmField val NOTE_TASKS = SysPropBooleanFlag(1900, "persist.sysui.debug.note_tasks") @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. // Pay no attention to the reflection behind the curtain. // ========================== Curtain ========================== // ========================== Curtain ========================== // | | // | | Loading