Using Zip4j library give warning error in play console how to resolve?
问题 I used zip4j library for unzipping files to internal app folder (i.e. getApplicationInfo().dataDir + "/databases" ) and the App is published on play store, console give warring of "Fixing a Zip Path Traversal Vulnerability In Android" https://support.google.com/faqs/answer/9294009 How to resolve this issue or any other libs for extracting unzip the password-protected zip file. thanks here code for extracting password-protected zip file. try { net.lingala.zip4j.core.ZipFile zipFile = new net