SDL: new download method 'mnt:' to mount .obb file created by jobb tool, the mount path is returned in ANDROID_OBB_MOUNT_DIR env variable

This commit is contained in:
Sergii Pylypenko
2021-05-20 02:32:35 +03:00
parent 326ebb7607
commit b9dfad3516
3 changed files with 61 additions and 1 deletions

View File

@@ -1468,6 +1468,8 @@ public class MainActivity extends Activity
public static MainActivity instance = null;
public boolean readExternalStoragePermissionDialogAnswered = false;
public boolean writeExternalStoragePermissionDialogAnswered = false;
public String ObbMountPath = null;
}
// *** HONEYCOMB / ICS FIX FOR FULLSCREEN MODE, by lmak ***