SDL: support for install-time asset pack for Android app bundle

This commit is contained in:
Sergii Pylypenko
2021-06-07 00:20:09 +03:00
parent 211ab6b8be
commit 077acc6880
14 changed files with 153 additions and 31 deletions

View File

@@ -1501,6 +1501,7 @@ public class MainActivity extends Activity
public boolean writeExternalStoragePermissionDialogAnswered = false;
public String ObbMountPath = null;
public String assetPackPath = null; // Not saved to the config file
}
// *** HONEYCOMB / ICS FIX FOR FULLSCREEN MODE, by lmak ***