Android.Content.Intent.ExtraLocalOnly Field
Extra used to indicate that an intent should only return data that is on the local device.

Syntax

[Android.Runtime.Register("EXTRA_LOCAL_ONLY")]
public const string ExtraLocalOnly

See Also

Intent.ActionGetContent
Intent.ActionOpenDocument
Intent.ActionOpenDocumentTree
Intent.ActionCreateDocument

Remarks

Extra used to indicate that an intent should only return data that is on the local device. This is a boolean extra; the default is false. If true, an implementation should only allow the user to select data that is already on the device, not requiring it be downloaded from a remote service when opened.

[Android Documentation]

Requirements

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