Last active
September 18, 2021 12:44
-
-
Save lyf-is-coding/6bd36454b2d187319fd3a6fcce4cc9cd to your computer and use it in GitHub Desktop.
ADB remove Google Play
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb kill-server | |
adb start-server | |
adb shell pm uninstall com.google.android.play.games | |
adb shell pm uninstall com.google.android.gms | |
adb shell pm uninstall com.android.vending | |
adb shell pm uninstall com.google.android.feedback | |
adb shell pm uninstall com.google.android.ext.shared | |
adb shell pm uninstall com.google.android.gsf | |
adb shell pm uninstall com.google.android.gsf.login |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment