Loading api/current.xml +12 −1 Original line number Diff line number Diff line Loading @@ -140828,6 +140828,17 @@ visibility="public" > </method> <method name="isExternalStorageEmulated" return="boolean" abstract="false" native="false" synchronized="false" static="true" final="false" deprecated="not deprecated" visibility="public" > </method> <method name="isExternalStorageRemovable" return="boolean" abstract="false" Loading Loading @@ -258022,7 +258033,7 @@ deprecated="not deprecated" visibility="public" > <parameter name="arg0" type="T"> <parameter name="t" type="T"> </parameter> </method> </interface> core/java/android/os/Environment.java +0 −2 Original line number Diff line number Diff line Loading @@ -414,8 +414,6 @@ public class Environment { * emulated. If true, the device does not have real external storage * and certain system services such as the package manager use this * to determine where to install an application. * * @hide */ public static boolean isExternalStorageEmulated() { if (mIsExternalStorageEmulated == null) { Loading Loading
api/current.xml +12 −1 Original line number Diff line number Diff line Loading @@ -140828,6 +140828,17 @@ visibility="public" > </method> <method name="isExternalStorageEmulated" return="boolean" abstract="false" native="false" synchronized="false" static="true" final="false" deprecated="not deprecated" visibility="public" > </method> <method name="isExternalStorageRemovable" return="boolean" abstract="false" Loading Loading @@ -258022,7 +258033,7 @@ deprecated="not deprecated" visibility="public" > <parameter name="arg0" type="T"> <parameter name="t" type="T"> </parameter> </method> </interface>
core/java/android/os/Environment.java +0 −2 Original line number Diff line number Diff line Loading @@ -414,8 +414,6 @@ public class Environment { * emulated. If true, the device does not have real external storage * and certain system services such as the package manager use this * to determine where to install an application. * * @hide */ public static boolean isExternalStorageEmulated() { if (mIsExternalStorageEmulated == null) { Loading