alesimula / wsa_pacman

A GUI package manager and package installer for Windows Subsystem for Android (WSA)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apk icons

crocer211 opened this issue · comments

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

@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