# Google Play Certification

When launching waydroid with GAPPS for the first time you will be notified that the device is not certified for **Google Play Protect**. You can follow the instructions on screen to self certify your device, or here's a shortcut:

* Open a Terminal
* Run the following command:

```sh
sudo waydroid shell -- sh -c "sqlite3 /data/data/*/*/gservices.db 'select value from main where name = \"android_id\";'"
```

* Use the string of numbers printed by the command to register the device on your Google Account at <https://www.google.com/android/uncertified>
* Give the Google services some minutes to reflect the change, then restart waydroid with:

```sh
waydroid session stop
```


---

# Agent Instructions: 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://docs.waydro.id/faq/google-play-certification.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.
