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

Commit 9e6bebaa authored by cretin45's avatar cretin45
Browse files

SetupWizard: Launch gms setup in immersive mode

Change-Id: I22362ba382a07a65209da2fa76445bc60cdabdf3
parent 8b4ab4c6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ public class GmsAccountPage extends SetupPage {
        Bundle bundle = new Bundle();
        bundle.putBoolean(SetupWizardApp.EXTRA_FIRST_RUN, true);
        bundle.putBoolean(SetupWizardApp.EXTRA_ALLOW_SKIP, true);
        bundle.putBoolean("useImmersiveMode", true);
        AccountManager
                .get(activity).addAccount(SetupWizardApp.ACCOUNT_TYPE_GMS, null, null,
                bundle, activity, new AccountManagerCallback<Bundle>() {