View.DragFlagGlobalPrefixUriPermission 欄位

定義

警告

This constant will be removed in the future version. Use Android.Views.DragFlags enum directly instead of this field.

當這個旗標搭配 和/或 #DRAG_FLAG_GLOBAL_URI_WRITE 使用時,URI 許可權授與 #DRAG_FLAG_GLOBAL_URI_READ 會套用至任何與原始授與 URI 相符的前置詞相符 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

欄位值

Value = 128
屬性

備註

當這個旗標搭配 和/或 #DRAG_FLAG_GLOBAL_URI_WRITE 使用時,URI 許可權授與 #DRAG_FLAG_GLOBAL_URI_READ 會套用至任何與原始授與 URI 相符的前置詞相符 URI。

android.view.View.DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION JAVA 檔。

此頁面的部分是根據 原始碼專案所建立和共用的工作進行修改,並根據中所述的詞彙使用。

適用於