fix commands
This commit is contained in:
parent
9ed0ef6fa4
commit
3e4ab6cf36
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue