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

Commit 6c582e97 authored by Joe Bolinger's avatar Joe Bolinger
Browse files

Remove new task flag when launching unicorn enrollment.

Bug: 196103931
Test: manual (enroll via settings)
Change-Id: I35aae96e4ebb0c13bc567bb926f2e7a549f554ba
parent ccdd40e5
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);
        };