Ultima attività 1703030765

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

Revisione 6dde384fdd798cce53d75fa47e8dadb6854430e5

remove.sh Raw
1for package in $(adb shell pm list packages | awk -F ':' '{print $2}' | grep softbank); do adb shell pm uninstall --user 0 $package; done