diff options
Diffstat (limited to '')
-rw-r--r-- | src/assets/blog/2025-03-11.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/assets/blog/2025-03-11.md b/src/assets/blog/2025-03-11.md index b2766d7..58ae336 100644 --- a/src/assets/blog/2025-03-11.md +++ b/src/assets/blog/2025-03-11.md @@ -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 |