Intent.ExtraLocalOnly Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extra used to indicate that an intent should only return data that is on the local device.
[Android.Runtime.Register("EXTRA_LOCAL_ONLY")]
public const string ExtraLocalOnly;
[<Android.Runtime.Register("EXTRA_LOCAL_ONLY")>]
val mutable ExtraLocalOnly : string
Field Value
Implements
- Attributes
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.
Java documentation for android.content.Intent.EXTRA_LOCAL_ONLY
.
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.