Created
August 20, 2020 12:20
-
-
Save milankragujevic/6446f457010353ae9d2a463cd5770f40 to your computer and use it in GitHub Desktop.
(temporarily) Remove Bixby from Galaxy S9+
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 shell pm uninstall -k --user 0 com.samsung.android.app.settings.bixby | |
| adb shell pm uninstall -k --user 0 com.samsung.systemui.bixby2 | |
| adb shell pm uninstall -k --user 0 com.samsung.android.bixby.service | |
| adb shell pm uninstall -k --user 0 com.samsung.android.bixby.agent | |
| adb shell pm uninstall -k --user 0 com.samsung.android.bixby.wakeup | |
| adb shell pm uninstall -k --user 0 com.samsung.android.bixby.agent.dummy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment