Deprecate apis that were replaced by sessions
These classes all have new components in the session APIs. bug:16218444 Change-Id: Ib64ff0e23503e4c9eb2fd9162a878e1eaba7c4df
This commit is contained in:
@@ -57,8 +57,10 @@ import java.util.List;
|
||||
* <p>
|
||||
* Registration requires the {@link OnClientUpdateListener} listener to be one of the enabled
|
||||
* notification listeners (see {@link android.service.notification.NotificationListenerService}).
|
||||
*
|
||||
* @deprecated Use {@link MediaController} instead.
|
||||
*/
|
||||
public final class RemoteController
|
||||
@Deprecated public final class RemoteController
|
||||
{
|
||||
private final static int MAX_BITMAP_DIMENSION = 512;
|
||||
private final static int TRANSPORT_UNKNOWN = 0;
|
||||
|
||||
Reference in New Issue
Block a user