Following up on my previous post on heavily restricting browser usage on a Pixel, my goal is to uninstall Vanadium on a secondary user profile, which will have a different password than the owner profile.
I would greatly appreciate if any errors could be pointed out.
Using ADB, I will run the command
pm uninstall -k --user [_user#_] apk.vanadium.browser
As far as I understand, --user [user#] is used to direct the command to the desired profile and -k is used to keep some data.
I'm vaguely aware of the security risks of using ADB - I hope running it from an isolated trusted computer mitigates the problem. Am I right to assume uninstalling Vanadium from a secondary profile does not require root?
One last question, can I expect Vanadium to still be gone on that profile after an update or reboot?