tengusw / share_to_clipboard

Android share to clipboard
GNU General Public License v3.0
158 stars 31 forks source link

Remove unnecessary icons #48

Open KrasnayaPloshchad opened 3 years ago

KrasnayaPloshchad commented 3 years ago

After I download the package from F-Droid, opened with X-plore (long press the package icon and click Open as ZIP), I saw there are numerous icons in the package (for example, drawable-hdpi-v4), but they haven’t been used, is it possible to exclude these icons into the package? Screenshot_20210315-165250

tasn commented 3 years ago

I think they should be used on older devices that don't have these built-in by the OS, though I'm not sure tbh. What's the total wasted size? I'd expect it to be tiny anyway so not worth the effort of even figuring this out.

KrasnayaPloshchad commented 2 years ago

What's the total wasted size? I'd expect it to be tiny anyway so not worth the effort of even figuring this out.

Yeah, it would be helpful if there is a utility like AppResourcesUsageView for Android developers.