最後活躍 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