Skip to content
This repository has been archived by the owner on May 30, 2018. It is now read-only.

Commit

Permalink
Remove default login values
Browse files Browse the repository at this point in the history
  • Loading branch information
vasari committed Feb 26, 2014
1 parent 0231760 commit 866f2f0
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -50,11 +50,9 @@ public void onClick(View v) {

// Get entered empire name and password
EditText empireNameField = (EditText) findViewById(R.id.empireNameField);
empireNameField.setText("The New Vasari Collective");
String empireName = empireNameField.getText().toString();

EditText passWordField = (EditText) findViewById(R.id.passWordField);
passWordField.setText("VeyronDriver-168");
String empirePassword = passWordField.getText().toString();

// Get selected item from Spinner
Expand Down Expand Up @@ -115,4 +113,4 @@ else if (indexValue == 2) {
}
});
}
}
}

0 comments on commit 866f2f0

Please sign in to comment.