diff options
| -rw-r--r-- | core/java/android/window/flags/large_screen_experiences_app_compat.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/window/flags/large_screen_experiences_app_compat.aconfig b/core/java/android/window/flags/large_screen_experiences_app_compat.aconfig index cc880e182b2b..48fb2b3ab129 100644 --- a/core/java/android/window/flags/large_screen_experiences_app_compat.aconfig +++ b/core/java/android/window/flags/large_screen_experiences_app_compat.aconfig @@ -91,6 +91,13 @@ flag { } flag { + name: "camera_compat_fullscreen_pick_same_task_activity" + namespace: "large_screen_experiences_app_compat" + description: "Limit undo of camera compat treatment to the same task that started the treatment." + bug: "350495350" +} + +flag { name: "app_compat_refactoring" namespace: "large_screen_experiences_app_compat" description: "Whether the changes about app compat refactoring are enabled./n" |