RestrictionsManager.ApplicationRestrictions 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 애플리케이션에 적용할 수 있는 사용 가능한 애플리케이션별 제한 집합을 반환합니다.
public virtual Android.OS.Bundle? ApplicationRestrictions { [Android.Runtime.Register("getApplicationRestrictions", "()Landroid/os/Bundle;", "GetGetApplicationRestrictionsHandler")] get; }
[<get: Android.Runtime.Register("getApplicationRestrictions", "()Landroid/os/Bundle;", "GetGetApplicationRestrictionsHandler")>]
member this.ApplicationRestrictions : Android.OS.Bundle
속성 값
애플리케이션 제한을 번들로 지정합니다. 제한이 없으면 null을 반환합니다.
<p>Starting from Android version <code data-dev-comment-type="c">android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE</code>,
it is possible for there to be multiple managing apps on the device with the ability to set
restrictions, e.g. a Device Policy Controller (DPC) and a Supervision admin.
This API will only return the restrictions set by the DPCs. To retrieve restrictions
set by all managing apps, use
<code data-dev-comment-type="c">android.content.RestrictionsManager#getApplicationRestrictionsPerAdmin</code> instead.
- 특성
설명
이 애플리케이션에 적용할 수 있는 사용 가능한 애플리케이션별 제한 집합을 반환합니다.
에 대한 android.content.RestrictionsManager.getApplicationRestrictions()
Java 설명서
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.