diff options
author | Freya Murphy <freya@freyacat.org> | 2025-03-11 21:23:58 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-03-11 21:23:58 -0400 |
commit | 3e4ab6cf36d3e1f03df0fdb44d93cc561c741f58 (patch) | |
tree | 67ad9b075c7f4e435dff15451a0128e64f63e5da | |
parent | googletv blog post and remove meta (diff) | |
download | website-3e4ab6cf36d3e1f03df0fdb44d93cc561c741f58.tar.gz website-3e4ab6cf36d3e1f03df0fdb44d93cc561c741f58.tar.bz2 website-3e4ab6cf36d3e1f03df0fdb44d93cc561c741f58.zip |
fix commands
-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 |