On Oct 13, 11:38 pm, Ash <[email protected]> wrote:
> Can I launch an installed android application at runtime from another
> android application?? Whats the way for doing this??

Use the "intent" mechanism.  See e.g.:

  http://developer.android.com/guide/topics/fundamentals.html#actcomp
  http://developer.android.com/guide/topics/intents/intents-filters.html

Runtime.exec() should only be used for external commands.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to