mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2026-08-28 05:45:03 -06:00
Initialize Tools.DIR_CACHE inside of PojavApplication
This commit is contained in:
parent
c0aec8178b
commit
e731f6e674
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ public class PojavApplication extends Application {
|
|||
Tools.APP_NAME = getResources().getString(R.string.app_short_name);
|
||||
|
||||
Tools.DIR_DATA = getDir("files", MODE_PRIVATE).getParent();
|
||||
Tools.DIR_CACHE = getCacheDir();
|
||||
Tools.DIR_ACCOUNT_NEW = Tools.DIR_DATA + "/accounts";
|
||||
Tools.DEVICE_ARCHITECTURE = Architecture.getDeviceArchitecture();
|
||||
//Force x86 lib directory for Asus x86 based zenfones
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue