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

Commit 5c8eb45a authored by Winson Chung's avatar Winson Chung
Browse files

Remove extra BAL overrides

Bug: 328861542
Test: Manual test with sample tab tearing app
Change-Id: Idfa2938f51d0513a6dad7b73712e96eb90b5e584
parent 15991295
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -310,10 +310,6 @@ public class DragAndDropPolicy {
                | FLAG_ACTIVITY_MULTIPLE_TASK);

        final Bundle opts = baseActivityOpts.toBundle();
        // Put BAL flags to avoid activity start aborted.
        opts.putBoolean(KEY_PENDING_INTENT_BACKGROUND_ACTIVITY_ALLOWED, true);
        opts.putBoolean(KEY_PENDING_INTENT_BACKGROUND_ACTIVITY_ALLOWED_BY_PERMISSION, true);

        mStarter.startIntent(session.launchableIntent,
                session.launchableIntent.getCreatorUserHandle().getIdentifier(),
                null /* fillIntent */, position, opts);