首页
科技
登录
6mi
u
盘
搜
搜 索
科技
Android 打开其他程序
Android 打开其他程序
it
2022-05-05
158
Intent intent = new Intent(); intent.setComponent(new ComponentName("所要打开的程序包名", "所要打开的程序包名+主运行类名")); intent.setAction(Intent.ACTION_VIEW); startActivity(intent);
转载于:https://www.cnblogs.com/jasonkent27/p/4098419.html
相关资源:Android打开其他应用程序组件
转载请注明原文地址: https://win8.8miu.com/read-2205.html
专利
最新回复
(
0
)