I need to launch an app from the command line with
am start com.project.app
but it says unable to resolve intent.
I understand that I need to supply the intent, but I don't know what the intent is. I just want to start the app. Is there any way I can list the intents that the app has, find out what the intent was for an app already started, or find out the intent from a shortcut on the home screen?
Thanks.