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

Commit 59263256 authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Unhide some MediaStore things that should be public.

parent 3979a60a
Loading
Loading
Loading
Loading
+52 −0
Original line number Original line Diff line number Diff line
@@ -126572,6 +126572,17 @@
 visibility="public"
 visibility="public"
>
>
</field>
</field>
<field name="UNKNOWN_STRING"
 type="java.lang.String"
 transient="false"
 volatile="false"
 value="&quot;&lt;unknown&gt;&quot;"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
</class>
</class>
<class name="MediaStore.Audio"
<class name="MediaStore.Audio"
 extends="java.lang.Object"
 extends="java.lang.Object"
@@ -127056,6 +127067,17 @@
 visibility="public"
 visibility="public"
>
>
</field>
</field>
<field name="BOOKMARK"
 type="java.lang.String"
 transient="false"
 volatile="false"
 value="&quot;bookmark&quot;"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="COMPOSER"
<field name="COMPOSER"
 type="java.lang.String"
 type="java.lang.String"
 transient="false"
 transient="false"
@@ -127111,6 +127133,17 @@
 visibility="public"
 visibility="public"
>
>
</field>
</field>
<field name="IS_PODCAST"
 type="java.lang.String"
 transient="false"
 volatile="false"
 value="&quot;is_podcast&quot;"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="IS_RINGTONE"
<field name="IS_RINGTONE"
 type="java.lang.String"
 type="java.lang.String"
 transient="false"
 transient="false"
@@ -127569,6 +127602,25 @@
<parameter name="playlistId" type="long">
<parameter name="playlistId" type="long">
</parameter>
</parameter>
</method>
</method>
<method name="moveItem"
 return="boolean"
 abstract="false"
 native="false"
 synchronized="false"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
<parameter name="res" type="android.content.ContentResolver">
</parameter>
<parameter name="playlistId" type="long">
</parameter>
<parameter name="from" type="int">
</parameter>
<parameter name="to" type="int">
</parameter>
</method>
<field name="AUDIO_ID"
<field name="AUDIO_ID"
 type="java.lang.String"
 type="java.lang.String"
 transient="false"
 transient="false"
+0 −4
Original line number Original line Diff line number Diff line
@@ -182,7 +182,6 @@ public final class MediaStore {
      * The string that is used when a media attribute is not known. For example,
      * The string that is used when a media attribute is not known. For example,
      * if an audio file does not have any meta data, the artist and album columns
      * if an audio file does not have any meta data, the artist and album columns
      * will be set to this value.
      * will be set to this value.
      * @hide
      */
      */
    public static final String UNKNOWN_STRING = "<unknown>";
    public static final String UNKNOWN_STRING = "<unknown>";


@@ -852,7 +851,6 @@ public final class MediaStore {
             * The position, in ms, playback was at when playback for this file
             * The position, in ms, playback was at when playback for this file
             * was last stopped.
             * was last stopped.
             * <P>Type: INTEGER (long)</P>
             * <P>Type: INTEGER (long)</P>
             * @hide
             */
             */
            public static final String BOOKMARK = "bookmark";
            public static final String BOOKMARK = "bookmark";


@@ -931,7 +929,6 @@ public final class MediaStore {
            /**
            /**
             * Non-zero if the audio file is a podcast
             * Non-zero if the audio file is a podcast
             * <P>Type: INTEGER (boolean)</P>
             * <P>Type: INTEGER (boolean)</P>
             * @hide
             */
             */
            public static final String IS_PODCAST = "is_podcast";
            public static final String IS_PODCAST = "is_podcast";


@@ -1266,7 +1263,6 @@ public final class MediaStore {
                 * @param from The position of the item to move
                 * @param from The position of the item to move
                 * @param to The position to move the item to
                 * @param to The position to move the item to
                 * @return true on success
                 * @return true on success
                 * @hide
                 */
                 */
                public static final boolean moveItem(ContentResolver res,
                public static final boolean moveItem(ContentResolver res,
                        long playlistId, int from, int to) {
                        long playlistId, int from, int to) {