Loading api/current.xml +13 −0 Original line number Diff line number Diff line Loading @@ -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" core/java/android/provider/MediaStore.java +0 −1 Original line number Diff line number Diff line Loading @@ -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( Loading Loading
api/current.xml +13 −0 Original line number Diff line number Diff line Loading @@ -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"
core/java/android/provider/MediaStore.java +0 −1 Original line number Diff line number Diff line Loading @@ -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( Loading