0

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,

Matthew Shearer
  • 2,715
  • 3
  • 23
  • 32
Lerny
  • 1
  • 1

1 Answers1

0

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

maszter
  • 3,680
  • 6
  • 37
  • 53