there is no default constructor available in Conferenceable

42 Views Asked by At

I'm a beginner for android. I want to develop an app for the detection of conference call. so in this line, I faced there is no default constructor available android.telecom.Conferenceable.

 import android.telecom.Conferenceable;
 import android.telecom.Connection;

 public abstract class Conference extends Conferenceable {
    @Override
0

There are 0 best solutions below