1.
broadcast里用application无法启动activity
Context startContext = BaseActivity.getTopActivity();
StartPageUtils.startActivityByIntent(activityIntent, startContext);
2.
action startactivity
Warning: Activity not started, its current task has been brought to the front
android:launchMode="singleTask"
3.uri
参数相同无法重新启动,参数不同可以