Intent dialogIntent = new Intent(getBaseContext(), new_custom.class);dialogIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);getApplication().startActivity(dialogIntent);
在模拟器上可以正常跳转,在红米k20pro手机上没有反应,也没有报错,各位大佬知道是什么原因吗?
Intent dialogIntent = new Intent(getBaseContext(), new_custom.class);dialogIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);getApplication().startActivity(dialogIntent);
在模拟器上可以正常跳转,在红米k20pro手机上没有反应,也没有报错,各位大佬知道是什么原因吗?