I can get a list of all the packages installed on my Android, but to open the application I need the activity name and the package name. Is there a way to list all the actions in a package through the adb shell. The android manifest file extracted from the phone does not help, since it is a binary version of the file, therefore, does not contain significant information. And LAUNCHER 1, or the main action, works for many applications, but not for all. Therefore, I need to find out the exact name of the activity in the application.
Thanks.
source
share