このようにするところを
startActivity(intent);
chooserを間に挟みます。
Intent chooser = Intent.createChooser(intent, "title");
startActivity(chooser);
このようにするところを
startActivity(intent);
chooserを間に挟みます。
Intent chooser = Intent.createChooser(intent, "title");
startActivity(chooser);