liguangluo

Results 5 comments of liguangluo

[二首歌.zip](https://github.com/srikanth-lingala/zip4j/files/9298577/default.zip) I have this problem. ZipFile tempFile; try { if (new ZipFile(zipFile.getAbsolutePath()).isEncrypted() == true){ //加密的--尝试一次默认密码 Log.i(TAG, "decompressZip2: 加密的"); isPassword = true; tempFile = new ZipFile(zipFile.getAbsolutePath(), TGFolderModel.passwordForCompressOrDepress.toCharArray()); }else { //未加密--直接解压 Log.i(TAG,...

好的 收到 谢谢 原始邮件 发件人:"杨培星"< ***@***.*** &gt;; 发件时间:2023/12/13 16:50 收件人:"yangpeixing/YImagePicker"< ***@***.*** &gt;; 抄送人:"liguangluo"< ***@***.*** &gt;;"Comment"< ***@***.*** &gt;; 主题:Re: [yangpeixing/YImagePicker] 安卓13适配问题 (Issue #142) 调用前自行判断下权限 ` private boolean hasStoragePermissions(Context context) { //版本判断,如果比android...