How to list number of apps installed or running only on the sd card in Android?

280 Views Asked by At

Wanted to know, how do we list all the apps running or installed only on the sd card in android device? is there any adb command for it? please let me know, if anybody knows.

thank you.

1

There are 1 best solutions below

1
On

adb shell pm list packages

That should do it.