mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-05-03 08:40:23 +00:00
ui changes
This commit is contained in:
parent
cb9beb0c38
commit
3c60cc577f
8 changed files with 37 additions and 16 deletions
|
|
@ -101,6 +101,11 @@ public class SplashActivity extends AppCompatActivity implements Runnable {
|
|||
cvbiDir.mkdirs();
|
||||
}
|
||||
|
||||
File sharedDir = new File(FileUtils.getExternalFilesDirectory(activity).getPath() + "/SharedFolder");
|
||||
if (!sharedDir.exists()) {
|
||||
sharedDir.mkdirs();
|
||||
}
|
||||
|
||||
File jsonFile = new File(AppConfig.maindirpath
|
||||
+ "roms-data.json");
|
||||
if (!jsonFile.exists())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue