다음을 통해 공유


RestrictionsManager.ApplicationRestrictions 속성

정의

이 애플리케이션에 적용할 수 있는 사용 가능한 애플리케이션별 제한 집합을 반환합니다.

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을 반환합니다.

        &lt;p&gt;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 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상