Kieron Quinn

Results 31 comments of Kieron Quinn

> Short of that, there would need to be some kind of globally accessible service that can proxy requests between the hooked app and module app. I think that's the...

> > As title, the library doesn't work when the app Xposed is injecting into targets Android 11, due to App Visibility changes. > > Logcat shows this error: >...

> > > > As title, the library doesn't work when the app Xposed is injecting into targets Android 11, due to App Visibility changes. > > > > >...

The Compose implementation was done by @rozPierog, maybe they can help with this? I don't have much Compose knowledge unfortunately.

@JonasBernard You probably need to call `setForceDarkAllowed(false)` from your View: https://developer.android.com/reference/android/view/View#setForceDarkAllowed(boolean)

Do you have Adaptive Lock Screen overlay enabled?

> It's overlapping at unlocking screen when you call app from lock screen, may be related This one can't be fixed, the OS doesn't broadcast any sort of change when...

Yeah I don't need a log then, already been sent one on XDA. It's caused by OnePlus' fuckery, they're injecting code that's breaking it. Unsure whether I'll be able to...

The eventual solution might be to replace the history activity with a re-made one, which would be a requirement of replacing the download system since it is reliant on that....