mirror of https://github.com/axmolengine/axmol.git
amend comment
This commit is contained in:
parent
2914f60fcf
commit
a9e697523e
|
@ -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())
|
||||||
|
|
Loading…
Reference in New Issue