Последняя активность 1703030765

Remove all of the softbank package on your android phone just in one command!

remove.sh Исходник
1for package in $(adb shell pm list packages | awk -F ':' '{print $2}' | grep softbank); do adb shell pm uninstall --user 0 $package; done