Merge "Fix no announcment when the PIP menu shows on the screen" into tm-dev am: d10059c7df
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18911201 Change-Id: Iae0c83d8ba1a4b3abc96e64417f300970a20cb02 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -853,6 +853,8 @@ public final class AccessibilityWindowsPopulator extends WindowInfosListener {
|
|||||||
windowInfo.title = "Splitscreen Divider";
|
windowInfo.title = "Splitscreen Divider";
|
||||||
} else if (window.mIsPIPMenu) {
|
} else if (window.mIsPIPMenu) {
|
||||||
windowInfo.title = "Picture-in-Picture menu";
|
windowInfo.title = "Picture-in-Picture menu";
|
||||||
|
// Set it to true to be consistent with the legacy implementation.
|
||||||
|
windowInfo.inPictureInPicture = true;
|
||||||
}
|
}
|
||||||
return windowInfo;
|
return windowInfo;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user