diff options
| author | 2023-10-17 11:27:39 -0700 | |
|---|---|---|
| committer | 2023-11-14 23:46:00 +0000 | |
| commit | e9c696fd29ae084c22acc577d6b67d6478bdac6f (patch) | |
| tree | 8e8aec6039952c27aa75b1fa06095032c126d262 | |
| parent | b297bc8e2cd197fdde5a2b5be53c2ff9b80a13af (diff) | |
Add aconfig: enable_pip_ui_state_on_entering
This CL adds a new flag into multitask.aconfig, when it's enabled, there
will be an extra callback to Activity#onPictureInPictureUiStateChanged
when system is putting the Activity into PiP mode.
Bug: 303718131
Flag: ENABLE_PIP_UI_STATE_ON_ENTERING
Test: N/A
Change-Id: I4997accbf58208ec50b26b21ecd0fef996b5813a
| -rw-r--r-- | libs/WindowManager/Shell/aconfig/multitasking.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/WindowManager/Shell/aconfig/multitasking.aconfig b/libs/WindowManager/Shell/aconfig/multitasking.aconfig index 29bdd5ce0c9e..c366ccd235db 100644 --- a/libs/WindowManager/Shell/aconfig/multitasking.aconfig +++ b/libs/WindowManager/Shell/aconfig/multitasking.aconfig @@ -35,3 +35,10 @@ flag { description: "Enables taskbar / navbar unification" bug: "309671494" } + +flag { + name: "enable_pip_ui_state_on_entering" + namespace: "multitasking" + description: "Enables PiP UI state callback on entering" + bug: "303718131" +} |