Hi all, I would like to make an Android application to measure and diagnose mobile networks. Hence I have to make calls and meanwhile check the mobile network parameters.
I tried to use ACTION_DIAL intent but in this case I cannot get parameters of calls (e.g. call setup time)because the intent hides it. I debugged it and checked what happen in the sdk when setup a call but I couldn't find out. I look into the sdk's internal telephony package and try to find the class which use the dial function, I found several classes and I gone through them by the callhierarchy. Finally I got to the CallManager class and I didn't find further class which use this class' dial function. Please help me to find a way to make a call without intents. Someone of you have a good hint for me? Thanks in advance! Best regards, Zsolt -- 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

