Język

AppFunctionUriGrant.ModeFlags Property

Definition

Returns the access mode flags.

public int ModeFlags { [Android.Runtime.Register("getModeFlags", "()I", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getModeFlags", "()I", "", ApiSince=37)>]
member this.ModeFlags : int

Property Value

Value is either 0 or a combination of the following: Intent.FLAG_GRANT_READ_URI_PERMISSION; Intent.FLAG_GRANT_WRITE_URI_PERMISSION; Intent.FLAG_GRANT_PREFIX_URI_PERMISSION; Intent.FLAG_GRANT_PERSISTABLE_URI_PERMISSION

Attributes

Remarks

Returns the access mode flags.

Android reference for android.app.appfunctions.AppFunctionUriGrant.getModeFlags.

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