abd shell pm list packages

abd shell pm list packages #### View all current packet connection device or a virtual machine

adb shell pm list packages -d ##### only output disabled package.

adb shell pm list packages -e ##### only output enabled package.

adb shell pm list packages -s ##### packets only output system.

adb shell pm list packages -i ##### and installation information output only the packet (source installation).

adb shell pm list packages -u ##### outputs only the packets and packet information (installation source) is not installed.

adb shell pm list packages -i ##### and installation information output only the packet (source installation).

File adb shell pm list packages -f ##### outgoing packets and packets associated

adb shell pm list packages -3 ##### outputs all third-party packages.

adb shell pm list packages - [option] "qq" ##### in accordance with the requirements of the search package.

adb shell pm list packages --user The user id ##### all packets querying user space, the USER_ID sequence representative of currently connected devices, scratch.

Guess you like

Origin www.cnblogs.com/c-x-a/p/11198946.html