Merge "Make MediaStore.Audio.Radio not instantiable"
This commit is contained in:
@@ -24268,7 +24268,6 @@ package android.provider {
|
||||
}
|
||||
|
||||
public static final class MediaStore.Audio.Radio {
|
||||
ctor public MediaStore.Audio.Radio();
|
||||
field public static final java.lang.String ENTRY_CONTENT_TYPE = "vnd.android.cursor.item/radio";
|
||||
}
|
||||
|
||||
|
||||
@@ -1886,6 +1886,9 @@ public final class MediaStore {
|
||||
* The MIME type for entries in this table.
|
||||
*/
|
||||
public static final String ENTRY_CONTENT_TYPE = "vnd.android.cursor.item/radio";
|
||||
|
||||
// Not instantiable.
|
||||
private Radio() { }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user