> 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.
They almost certainly added that permission and made it non- requestable because they don't want apps doing the things it protects. I personally wish they'd use a dynamic user whitelist for such things (GPS control, take call etc) rather than barring every non-system app and driving people to modified ROMs. Pent -- 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

