amend comment

This commit is contained in:
cw 2014-04-18 11:40:51 +08:00
parent 2914f60fcf
commit a9e697523e
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public class AppActivity extends Cocos2dxActivity{
//2.Set the format of window //2.Set the format of window
// Check the wifi is open when the android:debuggable is "true". // Check the wifi is opened when the android:debuggable is "true".
if(0!=((this.getApplicationInfo().flags) & ApplicationInfo.FLAG_DEBUGGABLE)) if(0!=((this.getApplicationInfo().flags) & ApplicationInfo.FLAG_DEBUGGABLE))
{ {
if(!isWifiConnected()) if(!isWifiConnected())