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

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

Версия 41cffafb1fe9efad154e83648cf7af9bc505b0b7

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