iblue007
Results
2
comments of
iblue007
解决方案: IntentDecor intentDecor = new IntentDecor() { @Override public void decor(IComponentRouter.IntentDecorDelegate delegate) { delegate.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); } }; List intentDecorList = new ArrayList(); intentDecorList.add(intentDecor); UIRouter.getInstance().openUri(context, url, bundle, intentDecorList);
荣耀v30 鸿蒙4.0 也是卡的飞起 模拟器却不卡,很奇怪