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

Commit 3459e27e authored by Mike Lockwood's avatar Mike Lockwood
Browse files

un@hide android.os.Environment.isExternalStorageEmulated()



Change-Id: I35e7dc59763595523cb5af569e237bcff5cf1b49
Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent bcd3b56a
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -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"
@@ -258022,7 +258033,7 @@
 deprecated="not deprecated"
 visibility="public"
>
<parameter name="arg0" type="T">
<parameter name="t" type="T">
</parameter>
</method>
</interface>
+0 −2
Original line number Diff line number Diff line
@@ -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) {