Temp: Always disable D2D since its broken atm

We are working towards a totally new SetupWizard model, so a temp fix
 here will get jettisoned when that merges

Change-Id: I01d5cde69515bb46b54e896a1005fe0ffcdb002c
This commit is contained in:
Abhisek Devkota
2017-01-24 11:55:37 -08:00
committed by Abhisek Devkota
parent 52a78fd21c
commit d86ccbe678

View File

@@ -299,8 +299,7 @@ public class GmsAccountPage extends SetupPage {
bundle.putBoolean(SetupWizardApp.EXTRA_FIRST_RUN, true); bundle.putBoolean(SetupWizardApp.EXTRA_FIRST_RUN, true);
bundle.putBoolean(SetupWizardApp.EXTRA_ALLOW_SKIP, true); bundle.putBoolean(SetupWizardApp.EXTRA_ALLOW_SKIP, true);
bundle.putBoolean(SetupWizardApp.EXTRA_USE_IMMERSIVE, true); bundle.putBoolean(SetupWizardApp.EXTRA_USE_IMMERSIVE, true);
bundle.putBoolean(SetupWizardApp.EXTRA_SUPRESS_D2D_SETUP, !mContext.getPackageManager() bundle.putBoolean(SetupWizardApp.EXTRA_SUPRESS_D2D_SETUP, true);
.hasSystemFeature(PackageManager.FEATURE_NFC));
AccountManager AccountManager
.get(mContext).addAccount(SetupWizardApp.ACCOUNT_TYPE_GMS, null, null, .get(mContext).addAccount(SetupWizardApp.ACCOUNT_TYPE_GMS, null, null,