Hi,
Currently, I'm invoking call from class that extends Activity
Uri uri = Uri.fromParts("tel", PHONE_NUMBER, null);
final Intent callIntent = new Intent(Intent.ACTION_CALL, uri);
startActivityForResult(callIntent, 0);
I'd like to be able to invoke the call from background process, i.e
class that extends Service. How can I do that? How to set the
manifest? Is there any similar example that I can look up to?
Thanks
--
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