I am writing a an application that makes a GSM call. I would like this call to be handled by the native dialer but I have found that if there any applications installed that can handle GSM calls (Google Voice for instance) then the call can be intercepted before reaching the native dialer.
Is there a way I can force the intent to always resolve to the native dialer? I have used PackageManager.queryBroadcastReceivers() to try and identify information that could be used to target the intent to the native dialer but to no avail. Using Intent.setComponent() is presumably only safe for components inside your own application as others may change. T.I.A, Jack --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

