Listing an application's activity and intent-filters?

Posted by MBonig on Stack Overflow See other posts from Stack Overflow or by MBonig
Published on 2010-06-10T03:28:51Z Indexed on 2010/06/10 3:32 UTC
Read the original article Hit count: 205

Filed under:
|
|

I am interested in activating another application's activity. I know from reading the Android SDK that it's probably better to do this with an implicit intent. However, this activity doesn't reside in an application I own, so I don't know the action and category and data flags on the intent-filter.

How can I examine an Android applications metadata like the activity classes and the intent-filters for those activities (if declared in the manifest)?

Thanks!

© Stack Overflow or respective owner

Related posts about android

Related posts about activity