am 3459e27e: un@hide android.os.Environment.isExternalStorageEmulated()
* commit '3459e27e5d2f92d2d5487c189c9386c031e79fc1': un@hide android.os.Environment.isExternalStorageEmulated()
This commit is contained in:
@@ -142261,6 +142261,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"
|
||||
@@ -259455,7 +259466,7 @@
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<parameter name="arg0" type="T">
|
||||
<parameter name="t" type="T">
|
||||
</parameter>
|
||||
</method>
|
||||
</interface>
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user