(Android Phoenix) Update string somewhat to reflect that Ouya

doesn't have Google Play installed
This commit is contained in:
twinaphex 2013-08-12 18:54:27 +02:00
parent a7b8bfc020
commit 3122dbf4e6

View File

@ -180,7 +180,7 @@ public class MainMenuActivity extends PreferenceActivity {
{
AlertDialog.Builder alert = new AlertDialog.Builder(this)
.setTitle("OUYA detected")
.setMessage("The ideal configuration options for your device will now be preconfigured.\nNOTE: For optimal performance, turn off Google Account sync, Google Play Store auto-updates, GPS and Wifi in your Android settings menu.")
.setMessage("The ideal configuration options for your device will now be preconfigured.\nNOTE: For optimal performance, turn off Google Account sync, GPS and Wifi in your Android settings menu.")
.setPositiveButton("OK", new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {