Última atividade 1703030765

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

AimerNeige's Avatar AimerNeige revisou este gist 1703030764. Ir para a revisão

Sem alterações

AimerNeige's Avatar AimerNeige revisou este gist 1703030133. Ir para a revisão

1 file changed, 1 insertion

remove.sh(arquivo criado)

@@ -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
Próximo Anterior