- attempt to fix storage location list issue on Android 4.3+

This commit is contained in:
Rolzad73
2016-08-04 14:53:52 -04:00
parent 77dfd51b28
commit 0c4e72ece2
2 changed files with 19 additions and 13 deletions

View File

@@ -500,8 +500,6 @@ public class SDLActivity extends Activity implements OnKeyListener
// So we can call stuff from static callbacks
mSingleton = this;
mContext = this.getApplicationContext();
// get the current version of the app to set the core filename
String versionCodeString = getApplicationCode();
RES_FILENAME = getResourceName();
StorageOptions.determineStorageOptions();