Show enabled and disabled packages separately.
This commit is contained in:
parent
d4ad110ff1
commit
9c297315fe
1 changed files with 11 additions and 1 deletions
12
adb_ls.bat
12
adb_ls.bat
|
@ -1 +1,11 @@
|
||||||
adb shell pm list packages -f
|
@echo off
|
||||||
|
|
||||||
|
echo ENABLED
|
||||||
|
echo =======
|
||||||
|
adb shell pm list packages -e | sorted !i
|
||||||
|
|
||||||
|
echo.
|
||||||
|
|
||||||
|
echo DISABLED
|
||||||
|
echo ========
|
||||||
|
adb shell pm list packages -d | sorted !i
|
||||||
|
|
Loading…
Reference in a new issue