jkuester / unlauncher

Android minimalistic launcher
https://jkuester.github.io/unlauncher/
MIT License
305 stars 47 forks source link

fix(#190): hide uninstall option if app is system app. #198

Closed hayribakici closed 8 months ago

hayribakici commented 8 months ago

This PR fixes #190

I chose to just hide the uninstall option, because default launchers on android do the same. However, changing to put a notification instead should be doable with these given changes.