I would to set up a conference call programmatic, but there is no open
API for starting a conference? However in the internal GSMPhone class
there seems to be a method. Anyone that have experience with using
reflection to access the Android internal APIs? I would just like to
test if this will work and I am aware that using the internal APIs is
not recommended or even possible?

com.android.internal.telephony.gsm.GSMPhone {
...

 public boolean canConference() {
        return mCT.canConference();
    }

...
}


pål

-- 
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

Reply via email to