diff --git a/api/current.txt b/api/current.txt index 3890aac21d31b..69e1cd55cb453 100644 --- a/api/current.txt +++ b/api/current.txt @@ -10869,16 +10869,6 @@ package android.media { method public abstract void onScanCompleted(java.lang.String, android.net.Uri); } - public class Metadata { - method public boolean getBoolean(int); - method public boolean has(int); - method public java.util.Set keySet(); - field public static final int PAUSE_AVAILABLE = 1; // 0x1 - field public static final int SEEK_AVAILABLE = 4; // 0x4 - field public static final int SEEK_BACKWARD_AVAILABLE = 2; // 0x2 - field public static final int SEEK_FORWARD_AVAILABLE = 3; // 0x3 - } - public class RemoteControlClient { ctor public RemoteControlClient(android.content.ComponentName); ctor public RemoteControlClient(android.content.ComponentName, android.os.Looper); diff --git a/media/java/android/media/Metadata.java b/media/java/android/media/Metadata.java index 591a8b92d6845..b56665307f954 100644 --- a/media/java/android/media/Metadata.java +++ b/media/java/android/media/Metadata.java @@ -39,6 +39,8 @@ import java.util.TimeZone; The caller is expected to know the type of the metadata and call the right get* method to fetch its value. + + @hide */ public class Metadata {