0

Can the Android 10(Android Q) download the zip file and extract the zip file?

I really have no idea. How do I unzip the file without using Environment.getExternalStorageDirectory()

without adding this android:requestLegacyExternalStorage="true" in AndroidManifest.xml

Please HELP.

ZR Low
  • 51
  • 7

1 Answers1

0

Solved the problem by changing Environment.getExternalStorageDirectory() to getExternalFilesDir(null).getAbsolutePath()

ZR Low
  • 51
  • 7