get launchable activity name of package from adb

后端 未结 8 805
春和景丽
春和景丽 2020-11-28 02:09

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/

8条回答
  •  [愿得一人]
    2020-11-28 02:22

    Here is another way to find out apps package name and launcher activity.

    Step1: Start "adb logcat" in command prompt.

    Step2: Open the app (either in emulator or real device) enter image description here

提交回复
热议问题