android/Settings: remove the EXPIRIMENTAL text
Using MPD from Android since quite some times now. I consider it very stable now.
This commit is contained in:
parent
4ff2532330
commit
60f2116202
|
@ -105,12 +105,13 @@ public class Settings extends Activity {
|
|||
else
|
||||
mRunButton.setChecked(false);
|
||||
mFirstRun = true;
|
||||
mTextStatus.setText("");
|
||||
break;
|
||||
case MSG_STARTED:
|
||||
Log.d(TAG, "onStarted");
|
||||
mRunButton.setChecked(true);
|
||||
mFirstRun = true;
|
||||
mTextStatus.setText("CAUTION: this version is EXPERIMENTAL!"); // XXX
|
||||
mTextStatus.setText("MPD service started");
|
||||
break;
|
||||
case MSG_LOG:
|
||||
if (mLogListArray.size() > MAX_LOGS)
|
||||
|
|
Loading…
Reference in New Issue