Merge "[WifiSetup] Fix colors during setup" into lmp-dev

This commit is contained in:
Maurice Lam
2014-08-12 20:23:22 +00:00
committed by Android (Google) Code Review
6 changed files with 90 additions and 9 deletions

View File

@@ -218,6 +218,7 @@ public class WifiSetupActivity extends WifiPickerActivity
final Intent nextIntent = new Intent(ACTION_NEXT);
nextIntent.putExtra(EXTRA_SCRIPT_URI, intent.getStringExtra(EXTRA_SCRIPT_URI));
nextIntent.putExtra(EXTRA_ACTION_ID, intent.getStringExtra(EXTRA_ACTION_ID));
nextIntent.putExtra(EXTRA_THEME, intent.getStringExtra(EXTRA_THEME));
nextIntent.putExtra(EXTRA_RESULT_CODE, resultCode);
startActivityForResult(nextIntent, NEXT_REQUEST);
}