View.DragFlagGlobalPrefixUriPermission 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.
Caution
This constant will be removed in the future version. Use Android.Views.DragFlags enum directly instead of this field.
When this flag is used with #DRAG_FLAG_GLOBAL_URI_READ
and/or #DRAG_FLAG_GLOBAL_URI_WRITE
, the URI permission grant applies to any URI that is a prefix
match against the original granted URI.
[Android.Runtime.Register("DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.DragFlags enum directly instead of this field.", true)]
public const Android.Views.DragFlags DragFlagGlobalPrefixUriPermission = 128;
[<Android.Runtime.Register("DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.DragFlags enum directly instead of this field.", true)>]
val mutable DragFlagGlobalPrefixUriPermission : Android.Views.DragFlags
Field Value
Value = 128- Attributes
Remarks
When this flag is used with #DRAG_FLAG_GLOBAL_URI_READ
and/or #DRAG_FLAG_GLOBAL_URI_WRITE
, the URI permission grant applies to any URI that is a prefix match against the original granted URI.
Java documentation for android.view.View.DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION
.
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.