Which path must use for additional data with testdroid?

49 views Asked by At

Which path must use for additional data like an image to be used in a backdoor method in Android.

I am using the public directory for example.

Environment.getExternalStoragePublicDirectory( Environment.DIRECTORY_PICTURES) 

Regards,

1

There are 1 answers

0
maszter On

Files are extracted directly to /sdcard/ preserving the file structure you had in uploaded zip file.