erAser

Results 4 comments of erAser

这个是阿里云上报的 android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.DIAL dat=tel:xxxxxxxxxxx flg=0x10000000 } at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1809) at android.app.Instrumentation.execStartActivity(Instrumentation.java:1523) at android.app.ContextImpl.startActivity(ContextImpl.java:791) at android.app.ContextImpl.startActivity(ContextImpl.java:768) at android.content.ContextWrapper.startActivity(ContextWrapper.java:356) at com.blankj.utilcode.util.PhoneUtils.dial(PhoneUtils.java:294)

> 我也遇到这个问题了 稍微改下颜色就行了,333333 ->333332🫠

Just updated to 3.7.0-13.0.pre.51 still has this problem

> 解决方案: 关闭引擎预热 > > ``` > let delegate = BoostDelegate() > let options = FlutterBoostSetupOptions.createDefault() > options?.warmUpEngine = false > > FlutterBoost.instance().setup(application, delegate: delegate, callback: { _ in },...