alesimula / wsa_pacman

A GUI package manager and package installer for Windows Subsystem for Android (WSA)
GNU General Public License v3.0
3.9k stars 838 forks source link

apk icons #4

Closed crocer211 closed 3 years ago

crocer211 commented 3 years ago

would it be possible to have the apk files icons be the same as what it would be on a normal android and if its possible to add desktop shortcuts to installed apps as i personally like this over wsatools

alesimula commented 3 years ago

@crocer211 The biggest issue would be that getting the icon is a very costly operation (Android probably has a more optimized way to do this), so doing this for every .apk file that could potentially be on your desktop or your download folder would just hog your CPU and potentially slow down your programs; it's not as straightforward as decoding an image

As for the desktop shortcut option, I like the idea, I might implement it