this post was submitted on 22 Mar 2024
171 points (89.0% liked)
DeGoogle Yourself
8756 readers
1 users here now
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!
Rules
-
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.
Related communities
[email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think someone mentioned this is in the Playstore services stuff that’s hardwired in to the platform. Which means if a device is unrooted you can possibly do:
$ adb shell 'pm disable --user 13 com.google.android.gms'
.User ID is 0, not 13, for the main phone user. Work is usually 10, could be different.
Also, to check list of users,
adb shell pm list users
I think I read somewhere it’s normally 13, and that’s what worked for me. Thanks for the 'list users' command.. that confirmed it on my phone.