Loading packages/SystemUI/res/values/config.xml +8 −0 Original line number Diff line number Diff line Loading @@ -934,4 +934,12 @@ <!-- Flag controlling whether visual query attention detection has been enabled. --> <bool name="config_enableVisualQueryAttentionDetection">false</bool> <!-- Whether the scene container framework is enabled. The scene container framework is a newer (2023) way to organize the various "scenes" between the bouncer, lockscreen, shade, and quick settings. --> <bool name="config_sceneContainerFrameworkEnabled">true</bool> </resources> packages/SystemUI/src/com/android/systemui/flags/Flags.kt +4 −1 Original line number Diff line number Diff line Loading @@ -655,7 +655,10 @@ object Flags { ), level = DeprecationLevel.WARNING, ) @JvmField val SCENE_CONTAINER = unreleasedFlag("scene_container") @JvmField val SCENE_CONTAINER = resourceBooleanFlag( R.bool.config_sceneContainerFrameworkEnabled, "scene_container", ) // 1900 @JvmField val NOTE_TASKS = releasedFlag("keycode_flag") Loading Loading
packages/SystemUI/res/values/config.xml +8 −0 Original line number Diff line number Diff line Loading @@ -934,4 +934,12 @@ <!-- Flag controlling whether visual query attention detection has been enabled. --> <bool name="config_enableVisualQueryAttentionDetection">false</bool> <!-- Whether the scene container framework is enabled. The scene container framework is a newer (2023) way to organize the various "scenes" between the bouncer, lockscreen, shade, and quick settings. --> <bool name="config_sceneContainerFrameworkEnabled">true</bool> </resources>
packages/SystemUI/src/com/android/systemui/flags/Flags.kt +4 −1 Original line number Diff line number Diff line Loading @@ -655,7 +655,10 @@ object Flags { ), level = DeprecationLevel.WARNING, ) @JvmField val SCENE_CONTAINER = unreleasedFlag("scene_container") @JvmField val SCENE_CONTAINER = resourceBooleanFlag( R.bool.config_sceneContainerFrameworkEnabled, "scene_container", ) // 1900 @JvmField val NOTE_TASKS = releasedFlag("keycode_flag") Loading