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

Commit dfb01e07 authored by Joe Bolinger's avatar Joe Bolinger Committed by Automerger Merge Worker
Browse files

Merge "Remove new task flag when launching unicorn enrollment." into sc-dev am: afe9dad1

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15521773

Change-Id: I53b2824e37b0550d166edef225b583de32aec98a
parents b4dc55c8 afe9dad1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -65,7 +65,6 @@ public class BiometricActionDisabledByAdminController extends BaseActionDisabled
            Log.d(TAG, "Positive button clicked, component: " + enforcedAdmin.component);
            final Intent intent = new Intent(ACTION_LEARN_MORE)
                    .putExtra(EXTRA_SETTING_KEY, EXTRA_SETTING_VALUE)
                    .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
                    .setPackage(enforcedAdmin.component.getPackageName());
            context.startActivity(intent);
        };