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

Commit ca1190d9 authored by Ben Lin's avatar Ben Lin Committed by android-build-merger
Browse files

Adding EXTRA_AUTO_LAUNCH_SINGLE_CHOICE to Chooser Intent.

am: 24ff1601

Change-Id: Id949ba29a33fce74e503747a3ab279e455b507eb
parents fb1cbb17 24ff1601
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) {