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
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.