SetupWizard: Launch gms setup in immersive mode

Change-Id: I22362ba382a07a65209da2fa76445bc60cdabdf3
This commit is contained in:
cretin45 2015-01-22 16:15:02 -08:00
parent 8b4ab4c6f4
commit 9e6bebaabb
1 changed files with 1 additions and 0 deletions

View File

@ -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>() {