Android.OS.Environment.IsExternalStorageEmulated Property
Returns whether the primary "external" storage device is emulated.

Syntax

[get: Android.Runtime.Register("isExternalStorageEmulated", "()Z", "GetIsExternalStorageEmulatedHandler")]
public static bool IsExternalStorageEmulated { get; }

See Also

Android.App.Admin.DevicePolicyManager.SetStorageEncryption(Android.Content.ComponentName, System.Boolean)

Value

Documentation for this section has not yet been entered.

Remarks

Returns whether the primary "external" storage device is emulated. If true, data stored on this device will be stored on a portion of the internal storage system.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11