alexrintt / kanade

Android app to extract apks from installed apps.
https://alexrintt.io/kanade
MIT License
299 stars 16 forks source link

It's extracting an extra file #40

Open weird-budy opened 5 months ago

weird-budy commented 5 months ago

Describe the bug It's saving an extra file after extracting apk .

To Reproduce Steps to reproduce the behavior: Extract apk Open file manager See an extra file with the apk

Screenshots Screenshot_2_Files by Google.jpg

Smartphone

Additional context I liked the new ui . It's great but give a look at the bug.

alexrintt commented 5 months ago

That's because we don't have a reliable way to get the icon from the APK file uri, so I do store it on a separated file with the same APK filename. I may put it on a separated folder instead of the speciified output URL, let me know what you think.

weird-budy commented 5 months ago

That's because we don't have a reliable way to get the icon from the APK file uri, so I do store it on a separated file with the same APK filename. I may put it on a separated folder instead of the speciified output URL, let me know what you think.

I think you can store it in another file with another file extension if possible so it doesn't appear as .apk file.