Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4cbf54c authored by Matt Casey's avatar Matt Casey Committed by Android (Google) Code Review
Browse files

Merge "Make MediaStore.Audio.Radio not instantiable"

parents 052027dc de6f4701
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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";
  }
+3 −0
Original line number Diff line number Diff line
@@ -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() { }
        }
    }