NonComplianceReason
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Son los motivos por los que un dispositivo podría no cumplir con un parámetro de configuración de política. Consulta también specificNonComplianceReason
.
Enumeraciones |
NON_COMPLIANCE_REASON_UNSPECIFIED |
Este valor no se usa. |
API_LEVEL |
El parámetro de configuración no se admite en el nivel de API de la versión de Android que se ejecuta en el dispositivo. |
MANAGEMENT_MODE |
El modo de administración (como completamente administrado o perfil de trabajo) no admite el parámetro de configuración. |
USER_ACTION |
El usuario no realizó la acción requerida para cumplir con el parámetro de configuración. |
INVALID_VALUE |
El parámetro de configuración tiene un valor no válido. |
APP_NOT_INSTALLED |
No se instaló la app necesaria para implementar la política. |
UNSUPPORTED |
La política no es compatible con la versión de Android Device Policy del dispositivo. |
APP_INSTALLED |
Se instaló una app bloqueada. |
PENDING |
El parámetro de configuración no se aplicó en el momento del informe, pero se espera que se aplique en breve. |
APP_INCOMPATIBLE |
El parámetro de configuración no se puede aplicar a la app porque esta no lo admite, por ejemplo, porque la versión del SDK objetivo no es lo suficientemente alta. |
APP_NOT_UPDATED |
La app está instalada, pero no se actualizó al código de versión mínimo especificado en la política. |
DEVICE_INCOMPATIBLE |
El dispositivo no es compatible con los requisitos de la política. |
PROJECT_NOT_PERMITTED |
El proyecto de Google Cloud Platform que se usa para administrar el dispositivo no tiene permiso para usar esta política. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-26 (UTC)
[null,null,["Última actualización: 2025-07-26 (UTC)"],[[["\u003cp\u003eDevice non-compliance can stem from various factors, including unsupported API levels, incompatible management modes, or pending policy application.\u003c/p\u003e\n"],["\u003cp\u003eUser actions, invalid settings, and missing or outdated apps can also contribute to non-compliance.\u003c/p\u003e\n"],["\u003cp\u003ePolicy incompatibility may arise from the Android Device Policy version, blocked app installations, or app incompatibility with the setting.\u003c/p\u003e\n"],["\u003cp\u003eDevices themselves might be incompatible with policy requirements, leading to non-compliance.\u003c/p\u003e\n"]]],["Device non-compliance with policy settings can result from various issues: unsupported API level or management mode, user inaction, or invalid setting values. Non-compliance can also occur if a required app is missing, blocked, or incompatible with the setting, or if the app hasn't been updated to the minimum required version. Policies may also be unsupported by the device's Android Device Policy version. Settings might be pending application or the device itself is incompatible with policy requirements.\n"],null,["Reasons a device might not be compliant with a policy setting. See also [`specificNonComplianceReason`](/android/management/reference/rest/v1/enterprises.devices#NonComplianceDetail.FIELDS.specific_non_compliance_reason).\n\n| Enums ||\n|-------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|\n| `NON_COMPLIANCE_REASON_UNSPECIFIED` | This value is not used. |\n| `API_LEVEL` | The setting is not supported in the API level of the Android version running on the device. |\n| `MANAGEMENT_MODE` | The management mode (such as fully managed or work profile) doesn't support the setting. |\n| `USER_ACTION` | The user has not taken required action to comply with the setting. |\n| `INVALID_VALUE` | The setting has an invalid value. |\n| `APP_NOT_INSTALLED` | The app required to implement the policy is not installed. |\n| `UNSUPPORTED` | The policy is not supported by the version of Android Device Policy on the device. |\n| `APP_INSTALLED` | A blocked app is installed. |\n| `PENDING` | The setting hasn't been applied at the time of the report, but is expected to be applied shortly. |\n| `APP_INCOMPATIBLE` | The setting can't be applied to the app because the app doesn't support it, for example because its target SDK version is not high enough. |\n| `APP_NOT_UPDATED` | The app is installed, but it hasn't been updated to the minimum version code specified by policy. |\n| `DEVICE_INCOMPATIBLE` | The device is incompatible with the policy requirements. |\n| `APP_SIGNING_CERT_MISMATCH` | The app's signing certificate does not match the setting value. |\n| `PROJECT_NOT_PERMITTED` | The Google Cloud Platform project used to manage the device is not permitted to use this policy. |"]]