Intent.ExtraFromStorage Field

Definition

Extra that can be included on activity intents coming from the storage UI when it launches sub-activities to manage various types of storage.

[Android.Runtime.Register("EXTRA_FROM_STORAGE", ApiSince=26)]
public const string ExtraFromStorage;
[<Android.Runtime.Register("EXTRA_FROM_STORAGE", ApiSince=26)>]
val mutable ExtraFromStorage : string

Field Value

Implements

Attributes

Remarks

Extra that can be included on activity intents coming from the storage UI when it launches sub-activities to manage various types of storage. For example, it may use #ACTION_VIEW with a "image/*" MIME type to have an app show the images on the device, and in that case also include this extra to tell the app it is coming from the storage UI so should help the user manage storage of this type.

Java documentation for android.content.Intent.EXTRA_FROM_STORAGE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to