Look, I need to write code for accepting call but there is no such Public API thats why i am thinking of writing private API by which i can write code to accept call
On Mar 8, 1:31 pm, Romain Guy <[email protected]> wrote: > Hi, > > Don't use private APIs as these may and will change from one version > of Android to another (or even from one phone to another phone). This > will only make your app break. > > > > On Sun, Mar 7, 2010 at 10:28 PM, saru <[email protected]> wrote: > > Hey I am very much interested and also needed to use an internal > > class which is not shipped with android sdk. > > > the class is com.android.internal.telephony.Phone. > > > Please if u guys have any idea about how ti use internal class then > > please let me know. > > > -- > > 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 > > -- > Romain Guy > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time > to provide private support. All such questions should be posted on > public forums, where I and others can see and answer them -- 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

