t0thkr1s/allsafe

Environment.DIRECTORY_DOWNLOADS

Opened this issue · 1 comments

Hello Developer, 

I found an issue: the returned path of this line code shouldn't be true.
File file = new File(Environment.DIRECTORY_DOWNLOADS + "/allsafe_updater.apk");
should return this path  /Download/allsafe_updater.apk
and the download directory does not exist and can't even be created.

It should be written this way: File file = new File("/sdcard/" + Environment.DIRECTORY_DOWNLOADS + "/allsafe_updater.apk");

Tested ..

function invokeUpdate() in ArbitraryCodeExecution class won't work on real device, do you know why !?