> Google is stating that code of other installed applications can be
> used in your own application.

Essentially what you can do is launch other activities/processes as long as
you know the intent and intent filters for the functionality you want to
include.  Typically this would be done with a call to startActivity() or
startActivityForResult().

> I would like to incorporate some functionality of the Phone-app into
> my own application, but have no idea where to start

What functionality of the phone app are you wanting to incorporate?

> (couldnt find anything useful in the SDK docs)

The information for using startActivity() and startActivityForResult() is in
the SDK docs.  Admittedly, it can be a bit hard to digest it all and apply
it to your own application, though.  I have had my fair share of struggles
with them.  :-)

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to