AndroidにDropbox、Gmail plusをインストールしました。Launch Dropbox from my app Androidという記事を読みました。
画像を Dropbox または Gmail plus に共有したいと考えています。次のコードを実行するとメニューがポップアップ表示され、Dropbox、Gmail plus、またはその他のアプリを選択して画像を共有できると思いますが、すぐに次の情報が表示されます。アクションを実行できるアプリケーションはありません。なんで?
Intent intent = new Intent(Intent.ACTION_SEND);
startActivity(Intent.createChooser(intent, "title");