Make Conferenceable an abstract class
Bug: 21066017 Change-Id: Ibcbccfc7b1380e417b464aed9b968cbc0a6a1cc2
This commit is contained in:
@@ -21,6 +21,6 @@ package android.telecom;
|
||||
* call with. The {@link ConnectionService} implementation will only recognize
|
||||
* {@link Conferenceable}s which are {@link Connection}s or {@link Conference}s.
|
||||
*/
|
||||
public interface Conferenceable {
|
||||
|
||||
public abstract class Conferenceable {
|
||||
Conferenceable() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user