
解决方案
5
没人啊10
你是说调用桌面吗?
5
相当于按了HOME键?
10
Intent intent = new Intent("/");
ComponentName cm = new ComponentName("com.android.settings","com.android.settings.ManageApplications");
intent.setComponent(cm);
intent.setAction("android.intent.action.VIEW");
activity.startActivityForResult( intent , 0);
30
有个packageManager 的东西貌似可以查看本机应用,至于能否是系统默认 你看一下能否有关键字吧