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.
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.
Copyright © 2021 Jogjafile Inc.
adb shell pm list packages
That should do it.