最終更新 1703030765

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

AimerNeige's Avatar AimerNeige revised this gist 1703030764. Go to revision

No changes

AimerNeige's Avatar AimerNeige revised this gist 1703030133. Go to revision

1 file changed, 1 insertion

remove.sh(file created)

@@ -0,0 +1 @@
1 + for package in $(adb shell pm list packages | awk -F ':' '{print $2}' | grep softbank); do adb shell pm uninstall --user 0 $package; done
Newer Older