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

Commit 770d02c2 authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Unhide MediaStore.getVersion so Music2 can use it.

Change-Id: I006860fe2bd828ffdc598dc89329eba952fde5b3
parent 4eb02a13
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -163248,6 +163248,19 @@
 visibility="public"
>
</method>
<method name="getVersion"
 return="java.lang.String"
 abstract="false"
 native="false"
 synchronized="false"
 static="true"
 final="false"
 deprecated="not deprecated"
 visibility="public"
>
<parameter name="context" type="android.content.Context">
</parameter>
</method>
<field name="ACTION_IMAGE_CAPTURE"
 type="java.lang.String"
 transient="false"
+0 −1
Original line number Diff line number Diff line
@@ -2029,7 +2029,6 @@ public final class MediaStore {
     * as needed. No other assumptions should be made about the meaning of the version.
     * @param context Context to use for performing the query.
     * @return A version string, or null if the version could not be determined.
     * @hide
     */
    public static String getVersion(Context context) {
        Cursor c = context.getContentResolver().query(