Universal-Debloater-Alliance / universal-android-debloater-next-generation

Cross-platform GUI written in Rust using ADB to debloat non-rooted Android devices. Improve your privacy, the security and battery life of your device.
GNU General Public License v3.0
1.73k stars 63 forks source link

feat(desktop): shortcut #518

Open Rudxain opened 1 week ago

Rudxain commented 1 week ago

Describe the feature you want

https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/pull/197#issuecomment-2186275076

The idea is to provide some installation docs that explain how to install the icon/logo and shortcut, and how to rename the UAD executable file. Preferably, this should be done automatically by a script that depends on xdg-utils (I haven't tested if XDGU is appropriate for this)

We could even extend this to allow the app to handle a specific file extension (IDK if this is possible with the MimeType key) such as *.uadng, which is intended to contain a list of pack-names to be selected on-launch.

Acknowledgements