- bump android to 0.18.1
- Fix Android compilation issues: -- Fix Android API level to 9 (was incorrectly set to 11) -- remove incorrect "@override" flag
This commit is contained in:
@@ -82,7 +82,7 @@ public class SDLActivity extends Activity implements OnKeyListener{
|
||||
public String mErrorMessage = "";
|
||||
public Boolean mErrorHappened = false;
|
||||
public final static String RES_FOLDER = "/sdcard/Wagic/Res/";
|
||||
public static final String RES_FILENAME = "core_0180.zip";
|
||||
public static final String RES_FILENAME = "core_0181.zip";
|
||||
public static final String RES_URL = "http://wagic.googlecode.com/files/";
|
||||
|
||||
public String systemFolder = "/sdcard/Wagic/Res/";
|
||||
@@ -760,7 +760,6 @@ public class SDLActivity extends Activity implements OnKeyListener{
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public boolean onKey(View v, int keyCode, KeyEvent event) {
|
||||
if ((keyCode == KeyEvent.KEYCODE_MENU) && (KeyEvent.ACTION_DOWN == event.getAction()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user