-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[BUG] Crash with QuickSwitch on Android 14 QPR2 #4258
Comments
Thanks for the extra homework on this. I reported it over a month ago, but it's only just recently been acknowledged as a Lawnchair bug, vs. Quickswitch. Hopefully your details will help expedite the required fix. |
Oh, I didn't search for previous ticket for this as I thought no one else may have got QuickSwitch working on QPR2. As it requires some changes with the latest version to work. But yeah. hopefully this gets fixed soon. |
The issue still exists in latest nightly. |
Is #4112 related? |
@MrSluffy, I see you updated framework-14.jar before. Could you update framework-14.jar again? |
I can confirm it works again with two patches from @nishant6342. |
Umm nope, feel free to use it and open pull request |
Describe the bug
The launcher crashes when set as default launcher and also set as recents provider using QuickSwitch
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
No crash expected
Screenshots
No response
Device information
Additional context
I suspect there has been an api change in recent framework and an updated framework.jar is required. Seems the method now takes an
IBinder
instead of aString
: https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/view/IWindowManager.aidl#532The text was updated successfully, but these errors were encountered: