노 하는 건 태도 때문이다. GOS가 없어지기를 바라면서.
adb shell pm disable-user --user 0 com.samsung.android.game.gos
// Disable Option 2
adb shell pm disable com.samsung.android.game.gos
// Disable Option 3
adb shell pm hide com.samsung.android.game.gos
// Enable Option 1
adb shell pm enable com.samsung.android.game.gos
// Enable Option 2
adb shell pm unhide com.samsung.android.game.gos
// 위의 두 옵션 다 안될 경우 패키지 재 설치 또는 상위 버전 설치