Can you point me to the source code for the phone app? I have found the class I want to access, but it is an internal class and I know the Android dev's frown on gaining access to internal class. The class it looks like I need to use is the the com.android.internal.telephony.Phone class, which I don't have access to in the normal SDK and I don't know how to access that class.
Anyone have any ideas? On Thu, Mar 25, 2010 at 10:04 PM, LG <[email protected]> wrote: > If you are looking for an application level solution, please go ahead and > implement your own dialer app > Look into the code of existing Phone APP and modify to suit your needs. > I don't think so by keeping the existing dialer you can achieve your > requirements > LG > > > On Fri, Mar 26, 2010 at 10:36 AM, Isaac Wagner <[email protected]> > wrote: >> >> I've been hunting for a solution for days and can't find an answer. >> I've got an application where I need to place multiple calls in a row. >> I can invoke the dialer just fine and it starts calling the number. >> The problem is that after the call is over the call log comes up. I >> don't want the call log to come up. I want the dialer to return to my >> app after the call is over. How can I do this? >> >> -- >> 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 >> >> To unsubscribe from this group, send email to >> android-developers+unsubscribegooglegroups.com or reply to this email with >> the words "REMOVE ME" as the subject. > > -- > 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 > > To unsubscribe from this group, send email to > android-developers+unsubscribegooglegroups.com or reply to this email with > the words "REMOVE ME" as the subject. > -- 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 To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

