对于我的应用程序,我在主屏幕中显示了一个twitterfeed。很酷的是,人们可以在没有Twitter帐户的情况下关注有关我国火车公司的Twitter信息。我想做的是当用户点击一个项目然后允许他回复/RT时使用react。如果用户没有安装Twitter应用程序,则不应发生任何事情(可能是toast)我试过这个Action:IntenttweetIntent=newIntent(Intent.ACTION_SEND);tweetIntent.putExtra(Intent.EXTRA_TEXT,"Test;pleaseignore");tweetIntent.setType("appli