fix commands

This commit is contained in:
Murphy 2025-03-11 21:23:58 -04:00
parent 9ed0ef6fa4
commit 3e4ab6cf36
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17

View file

@ -250,13 +250,13 @@ keyboard first and enable it. I recommend [LeanKeyboard](https://github.com/yuli
You can disable these applications with the following
```bash
# Google Play Store
adb shell pm disable --user 0 com.google.android.play
$ adb shell pm disable-user --user 0 com.google.android.play
# Google Play Services
adb shell pm disable --user 0 com.google.android.gms
$ adb shell pm disable-user --user 0 com.google.android.gms
# Google App
adb shell pm disable --user 0 com.google.android.katniss
$ adb shell pm disable-user --user 0 com.google.android.katniss
# Gboard
adb shell pm disable --user 0 com.google.android.inputmethod.latin
$ adb shell pm disable-user --user 0 com.google.android.inputmethod.latin
```
Horray! You may now notice that you can no longer install applications from