Add some adb bat scripts.

This commit is contained in:
voussoir 2020-05-16 22:44:15 -07:00
parent 07e4844303
commit d5eb481863
4 changed files with 4 additions and 0 deletions

1
adb_disable.bat Normal file
View file

@ -0,0 +1 @@
adb shell pm disable-user %*

1
adb_enable.bat Normal file
View file

@ -0,0 +1 @@
adb shell pm enable %*

1
adb_ls.bat Normal file
View file

@ -0,0 +1 @@
adb shell pm list packages -f

1
adb_uninstall.bat Normal file
View file

@ -0,0 +1 @@
adb shell pm uninstall -k --user 0 %*