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:
RoboErik
2014-07-18 11:30:55 -07:00
committed by Erik Pasternak
parent facc7bce1b
commit edb158f55f
5 changed files with 19 additions and 9 deletions

View File

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