this post was submitted on 26 May 2026
9 points (100.0% liked)
privacy
9891 readers
4 users here now
Big tech and governments are monitoring and recording your eating activities. c/Privacy provides tips and tricks to protect your privacy against global surveillance.
Partners:
- community.nicfab.it/c/privacy
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
Brevent looks to me like an app to help you force stop other apps. How did you use it to run adb commands?
You tap the upper left corner (3 lines), then "Execute Command". Then, you type in the command and press enter.
Also,
pm userisn't a valid command. Did you meanpm disable-user PACKAGE_OR_COMPONENT?If that happens to be the command you ran, then all you've done is disable google play services. You should run
pm enable com.google.android.gmsto get it running again.