GrantUriPermissionAttribute 클래스

정의

내에서 AndroidManifest.xml요소를 생성합니다/manifest/provider/grant-uri-permission.

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
[System.Serializable]
public class GrantUriPermissionAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)>]
[<System.Serializable>]
type GrantUriPermissionAttribute = class
    inherit Attribute
상속
GrantUriPermissionAttribute
특성

설명

이 페이지의 일부는 만들고 공유하며 에 설명된 조건에 따라 사용되는 작업을 기반으로 수정됩니다.

생성자

GrantUriPermissionAttribute()

GrantUriPermissionAttribute 인스턴스를 생성하고 초기화합니다.

속성

Path

사용 권한을 부여할 수 있는 데이터 하위 집합 또는 하위 집합을 식별하는 전체 경로입니다.

PathPattern

가능한 와일드카드를 사용하여 사용 권한을 부여할 수 있는 데이터 하위 집합 또는 하위 집합을 식별하는 전체 경로입니다.

PathPrefix

사용 권한을 부여할 수 있는 데이터 하위 집합 또는 하위 집합을 식별하는 경로의 초기 부분입니다.

적용 대상

추가 정보