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

Change-Id: I35e7dc59763595523cb5af569e237bcff5cf1b49
Signed-off-by: Mike Lockwood <lockwood@android.com>
This commit is contained in:
Mike Lockwood
2011-01-10 22:12:31 -05:00
parent bcd3b56acf
commit 3459e27e5d
2 changed files with 12 additions and 3 deletions

View File

@@ -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>

View File

@@ -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) {