Notify "skip to caller.

Bug: 3504698
Change-Id: Ifb39830ff15943a3ef1a0130a8620049fe481ff9
This commit is contained in:
Daisuke Miyakawa
2011-03-02 15:56:33 -08:00
parent 6291d50b5d
commit 83183f4698

View File

@@ -243,8 +243,11 @@ public class WifiSettingsForSetupWizardXL extends Activity implements OnClickLis
// We don't want to let Wifi enabled when a user press skip without choosing
// any access point.
mWifiManager.setWifiEnabled(false);
}
// Notify "skip"
setResult(RESULT_FIRST_USER);
} else {
setResult(RESULT_OK);
}
finish();
} else if (view == mConnectButton) {
if (DEBUG) Log.d(TAG, "Connect button pressed");