I’ve encountered this exact same issue as well on Transsion devices (including Infinix, Tecno, and Itel) running Android 15 (SDK 34).
The crash appears to come from this line:
com.transsion.widget.v1.AIHelper$Impl$Callback$1.onViewAttachedToWindow
This is not part of my app or any libraries I'm using. It looks like it's internal OEM code from Transsion, possibly related to some "AI Helper" feature built into the firmware. The crash occurs during normal view attachment — likely when we show a dialog or add a view to the window.
It's an Android 15-only issue (SDK 34).
Happens only on Transsion devices (Infinix, Tecno, etc.).
The method setQueryFromAppProcessEnabled()
is a new Android 15 API, and it seems Transsion is using it without null checking, which leads to a crash.
Since this is part of their OEM customization, we can't fix it from our app directly.
If you’ve found a fix or workaround, or if you have more info on what exactly AIHelper does on these devices, could you please share it here?