意図的にアプリを選択するときにデフォルトの(独自のアプリを作成したくない)アプリチューザーを使用する方法...チューザーが表示され、ユーザーが1つのアプリを選択し、特定のURIで明示的に呼び出しますか?
Intent intent = new Intent(Intent.ACTION_SEND);
// Create and start the chooser
Intent chooser = Intent.createChooser(intent, "title");
startActivity(chooser); //I dont want to start the intent ... just to know which one user chose