Pixel-Launcher-Extended icon indicating copy to clipboard operation
Pixel-Launcher-Extended copied to clipboard

added crashing logs for fixes for supportsSplitScreenMultiWindow

Open micky387 opened this issue 1 year ago • 4 comments

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)

micky387 avatar Jul 10 '23 12:07 micky387

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 ....

micky387 avatar Jul 10 '23 13:07 micky387

edited to add context

micky387 avatar Jul 10 '23 13:07 micky387

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

micky387 avatar Jul 10 '23 14:07 micky387

sex

iamlooper avatar Jul 10 '23 15:07 iamlooper