我已经在我的 android 中安装了 Dropbox、Gmail plus。我已从我的应用 Android阅读文章Launch Dropbox 。
我希望将我的图像分享到 Dropbox 或 Gmail plus,我想下面的代码会弹出一个菜单让我选择 Dropbox、Gmail plus 或其他应用程序来分享我的图像,但我得到一个提示信息:没有应用程序可以执行该操作。为什么?
Intent intent = new Intent(Intent.ACTION_SEND);
startActivity(Intent.createChooser(intent, "title");