MCMrARM / toolbox-issue-tracker

6 stars 0 forks source link

Suggestion - Intent to import Scripts #38

Open ghost opened 8 years ago

ghost commented 8 years ago

Just execute this code:

Intent i = new Intent(Intent.ACTION_VIEW);
i.setDataAndType(Uri.fromFile(new File("path", "fileName")), "js/*");
startActivity(i);

And the script will be imported. Hope it will be added because the current file Explorer doesn't work (newest Version) on some devices. :(

ghost commented 8 years ago

ModPE label?? OK....

slice commented 8 years ago

Yes, it relates to modpe.