the apps aren't completely uninstalled from your device, only from the current user account. according to this stackexchange thread running
adb shell cmd package install-existing [package_name]
should bring the "removed" package back.
A community for those that would like to get away from Google.
Here you may post anything related to DeGoogling, why we should do it or good software alternatives!
Be respectful even in disagreement
No advertising unless it is very relevent and justified. Do not do this excessively.
No low value posts / memes. We or you need to learn, or discuss something.
[email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
the apps aren't completely uninstalled from your device, only from the current user account. according to this stackexchange thread running
adb shell cmd package install-existing [package_name]
should bring the "removed" package back.
oh.. nice. I managed to restore it and it works. Thanks a lot!!
I recommend using App Manager in the future. It has a nice interface for disabling apps, tells you which apps are bloatware, and uses ADB in the backend.
So far I've been risking it a bit on my own. I broke a few things already.. and then had to restore them. I don't know if there is an easy way of seeing what can be deleted and what not. I'll have a look at App Manager, thanks.
What commands did you use for removal and reinstall of the package?
To delete this: ./adb shell pm uninstall --user 0 com.google... To restore this: ./adb shell cmd package install-existing com.android....