Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[replay] Replay issue on Android version older than Android 14 #1945

Open
qiq-2022 opened this issue Jan 8, 2025 · 1 comment
Open

[replay] Replay issue on Android version older than Android 14 #1945

qiq-2022 opened this issue Jan 8, 2025 · 1 comment

Comments

@qiq-2022
Copy link

qiq-2022 commented Jan 8, 2025

The new patch of supporting multi-window #1912
has a replay issue on older Android version.

On Android devices older than Android 14, it cannot display the whole image and part of the content will be occluded.
This is due to the "setRequestedOrientation" function called in existing code. On these older Android device, calling "setRequestedOrientation" after first window is created will lead to this problem.

For most traces which is captured in landscape mode, this problem can be solved by turning on the "auto-rotate" settings to make the phone in landscape mode before replay.

However, on newer Android version such as Android 14&15, this problem seems to be fixed and those contents can be replayed normally.

This ticket is mostly for awareness and we don't have plan to fix it. Maybe the ticket should be closed for not being relevant to the latest versions of Android.

@bradgrantham-lunarg
Copy link
Contributor

bradgrantham-lunarg commented Jan 9, 2025

Android 14 was only released a year and a few months ago (October 2023). I would guess our replay compatibility should go back at least to Android 12, which is the oldest version still maintained, and that's only 3+ years old. (https://en.wikipedia.org/wiki/Android_version_history)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants