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

Commit afe9dad1 authored by Joe Bolinger's avatar Joe Bolinger Committed by Android (Google) Code Review
Browse files

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

parents 66d5c605 6c582e97
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);
        };