@whatamidoinghere
Fri, Mar 26, 2021 10:09 AM
На мой OnePlus стали приходить обновления приложений, которые я никогда не использую, поэтому:
adb shell pm uninstall -k --user 0 com.oneplus.gamespace
adb shell pm uninstall -k --user 0 com.oneplus.twspods
Get them back:
adb shell cmd package install-existing <name>
arsenische
@arsenische
Fri, Mar 26, 2021 10:12 AM
хакер
載入新的回覆
adb shell pm uninstall -k --user 0 com.oneplus.gamespace
adb shell pm uninstall -k --user 0 com.oneplus.twspods
Get them back:
adb shell cmd package install-existing <name>