Intent

Posted runlgs

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Intent相关的知识,希望对你有一定的参考价值。

ComponentName com = new ComponentName("com.android.launcher","com.android.launcher2.Launcher");
intent.setComponent(com);
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
mContext.startActivity(intent);

通过包名启动一个活动或者服务




以上是关于Intent的主要内容,如果未能解决你的问题,请参考以下文章

小功能整理

fragment使用intent

Intent的使用

勒索软件

Intent

跨app执行bindservice