mirror of https://github.com/axmolengine/axmol.git
add android runtime
This commit is contained in:
parent
2a9c99ff66
commit
0f61481c40
|
@ -76,6 +76,7 @@ public class AppActivity extends Cocos2dxActivity{
|
|||
public void onClick(DialogInterface dialog, int which) {
|
||||
startActivity(new Intent(Settings.ACTION_WIFI_SETTINGS));
|
||||
finish();
|
||||
System.exit(0);
|
||||
}
|
||||
});
|
||||
builder.setCancelable(false);
|
||||
|
|
|
@ -1 +1 @@
|
|||
8e9998bc900f66fc53ba7d0c15c57e7c989a8ab9
|
||||
e016dc425c05838a9f9bbfc07a758c197691d505
|
Loading…
Reference in New Issue