Yasser wrote: > To know the intent for an activity in order to launch it, do I need to > have access to the app source code?
Ideally, you have documentation telling you "hey, it is perfectly acceptable to use this Intent to launch my application: ...". Now, you can find out possible Intents other ways -- use PackageManager, watch messages in LogCat, examine the source code -- but any of those techniques may result in you creating something that will be unsupported over time. So, no, you do not necessarily need the source code, though it helps. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

