Present I want to set call forward in my application rather in calling settings of phone, but seems I can not find public api or intent to use. Anyone knows that?
BTW, I search source code of android, there are similar code used by android, however it needs to invoke internal class Phone: package com.android.internal.telephony; void setCallForwardingOption (int commandInterfaceCFReason, int commandInterfaceCFAction, String dialingNumber, int timerSeconds, Message onComplete); Does anyone know some replacement way to invoke from application by using public api? -- 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

