How to unpack an archive with code in Android Studio Java

Viewed 11

I want to make sure that after installing the archive in a specific folder (for example, /storage/emulated/0/App/files), when I click the unpack button, the archive is unpacked to the same folder (/storage/emulated/0/App/files).

Help please

0 Answers
Related