能不能不通过Intent.createChooser()直接把数据分享给某个程序?现在我想把某些数据直接分享给某个第三方的App,如果只是用Intent去启动它,intent.putExtra()这个函数不起作用,运行起来不能把数据分享过去,只是单纯的启动App。[解决办法]ComponentName cn = new ComponentName(packagename, activity)Intent.setComponentName( cn )