Compartir a través de


RestrictionsManager.ApplicationRestrictions Propiedad

Definición

Devuelve cualquier conjunto disponible de restricciones específicas de la aplicación aplicables a esta aplicación.

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

Valor de propiedad

las restricciones de aplicación como un paquete. Devuelve NULL si no hay restricciones.

        &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.
Atributos

Comentarios

Devuelve cualquier conjunto disponible de restricciones específicas de la aplicación aplicables a esta aplicación.

Documentación de Java para android.content.RestrictionsManager.getApplicationRestrictions().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a