Hi, I've been working for a few days on something similar. Most forums said it was impossible, however I managed to find my happiness in google codes. You should take a look at this example, with aidl interfaces : http://code.google.com/p/auto-answer/source/browse/trunk/src/com/everysoft/autoanswer/AutoAnswerIntentService.java
And the dev doc on aidl : http://developer.android.com/guide/developing/tools/aidl.html This should solve your problems. Best regards, Achess. On 15 mar, 10:51, Gergely Juhász <[email protected]> wrote: > What API did you used than previously worked? > > On 14 March 2011 11:14, zameer <[email protected]> wrote: > > > > > > > > > I am working on app that will auto answer the call programatically, > > but the API for this is not working in Android2.3, by some initial > > investigation came to know that it was removed due to some security > > issue.. but it is allowed if we can do modification in "Phone" > > application of android, but I want to achieve it through my app only.. > > so just want to know that if its allowing through bulit in then why > > its not allowing from my app ?? and want to know what are the measures > > that it will take that perticular API call is from built in or third > > party APP... > > and please let me know if there is any alternative to achieve this > > form third party application. > > > -- > > 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 -- 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

