> For the complete documentation index, see [llms.txt](https://pellaeon.gitbook.io/mobile-forensics/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pellaeon.gitbook.io/mobile-forensics/pt-br/android/check-if-the-phone-is-under-android-device-policy.md).

# Verificar se o telefone utiliza o app Android Device Policy (Política de Dispositivo Android)

O recurso [Administradores de dispositivos](https://www.android.com/enterprise/management/) permite que uma organização (geralmente empresas que empregam o proprietário do dispositivo) administre remotamente o aparelho, como para limpar dados remotamente quando o dispositivo é roubado. No entanto, essa funcionalidade remota também pode ser abusada por um invasor para roubar dados do usuário.

Vá para Configurações > Segurança > Administradores de dispositivos e certifique-se de que nenhum esteja habilitado.

Se o aplicativo [Android Device Policy (Política de Dispositivo Android)](https://play.google.com/store/apps/details?id=com.google.android.apps.work.clouddpc\&hl=pt-br) estiver instalado e habilitado na configuração acima, certifique-se de que o domínio do Google Workspace que está gerenciando o dispositivo seja confiável. Para fazer isso, verifique as contas do Google conectadas ao dispositivo (se estiverem sob o domínio confiável do Google Workspace).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pellaeon.gitbook.io/mobile-forensics/pt-br/android/check-if-the-phone-is-under-android-device-policy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
