Ostatnio aktywny 1703030765

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

AimerNeige's Avatar AimerNeige zrewidował ten Gist 1703030764. Przejdź do rewizji

Brak zmian

AimerNeige's Avatar AimerNeige zrewidował ten Gist 1703030133. Przejdź do rewizji

1 file changed, 1 insertion

remove.sh(stworzono plik)

@@ -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
Nowsze Starsze