Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ADB list of packages with more information

I'm wondering is it possible to use ADB to get the list of all packages installed on device with information about last updates of each package. Maybe there is kind of file with updates history?

like image 470
thalion Avatar asked Dec 06 '25 05:12

thalion


1 Answers

To get a list of all packages and last update data you can use adb shell dumpsys package. It is very verbose, so it's likely that you have some filtering to do.

Documentation here: https://developer.android.com/studio/command-line/dumpsys

like image 101
Vesper Avatar answered Dec 07 '25 18:12

Vesper



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!