Hello everyone
I have a galaxy phone and it's lagging ALOT while playing some games.
I did some research and found out that the app to blame is the poorly designed game optimizing service (package name: com.samsung.android.game.gos)
I tried to disable it with package disabler pro, alliance shield X and ADB method, and got no success in all of my tries.
Even though after running the command: "adb shell pm disable-user --user 0 com.samsung.android.game.gos" via adb method it returned: "Package com.samsung.android.game.gos new state: disabled-user" the package is still active and running on my phone.
I also tried to run the command "adb shell" and then running: "$ pm uninstall -k --user 0 com.samsung.android.game.gos" which returned: "$ pm uninstall -k --user 0 com.samsung.android.game.gos
Success"
But same results, package still active and ruining my gaming experience...
Is there a way to disable this crappy package WITHOUT ROOTING my phone?

Impossible to debloat (uninstall) Game Optimizing Service
have tried pm uninstall through ADB, says success but 5 minutes later its back, have cleared cache partition, still there, have tried to disable it with ADB, says it is disabled but same thing, 2 minutes later its running again, even if you go to...
