Pixel-Launcher-Extended
Pixel-Launcher-Extended copied to clipboard
added crashing logs for fixes for supportsSplitScreenMultiWindow
Hi. Idk if it's acceptable for you and if it work because i cant recomplie the apk ( only release 00, 10, 20 are affected) but this field is not in good place and cause PLE FC when you try to launch task recent when your not on home (np on home)
before https://android.googlesource.com/platform/frameworks/base/+/98b4783fa88262ed817c6ccf2fd7fcd7ce66c10c%5E%21/
after https://android.googlesource.com/platform/frameworks/base/+/refs/heads/main/core/java/android/app/ActivityTaskManager.java#263
So probably not working because missing context in smali ....
edited to add context
like preconized by AOSP, i've swtiched to supportsMultiWindow instead of supportsSplitScreenMultiWindow
https://android.googlesource.com/platform/frameworks/base/+/98b4783fa88262ed817c6ccf2fd7fcd7ce66c10c%5E%21/
I think it's an better compatibility and for sure, working with the current smali code
sex