get launchable activity name of package from adb

2019-01-07 03:18发布

Is there a way to get the launchable activity for a package from using adb? For an unroot phone (i.e. without having the pull the apk from /data/app directory and inspect with appt).

I tried dumpsys, but it does not include information on default launchable activity.

Thanks

标签: android adb
7条回答
手持菜刀,她持情操
2楼-- · 2019-01-07 04:02

You can also use ddms for logcat logs where just giving search of the app name you will all info but you have to select Info instead of verbose or other options. check this below image.

enter image description here

查看更多
登录 后发表回答