Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24ff1601 authored by Ben Lin's avatar Ben Lin
Browse files

Adding EXTRA_AUTO_LAUNCH_SINGLE_CHOICE to Chooser Intent.

See ag/1543487 for framework/base changes.

Bug: 31830662
Change-Id: I3ed09dcdff1253920250f2552fe64f2e66ff3032
parent 52389de2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -373,6 +373,7 @@ public class ActionHandler<T extends Activity & Addons> extends AbstractActionHa
        }

        Intent intent = Intent.createChooser(buildViewIntent(doc), null);
        intent.putExtra(Intent.EXTRA_AUTO_LAUNCH_SINGLE_CHOICE, false);
        try {
            mActivity.startActivity(intent);
        } catch (ActivityNotFoundException e) {