# Notes Android

## Thinks to static-check

### Tools

* **Android Studio**: To emulate a android device and root device

### Files

> Unzip APK file and check

* **AndroidManifest.xml** (you can use strings to list)
* **classes.dex** (you can use strings to list)

***

## Checklist

### Android Permissions

* Exported vs. Non-Exported Components

<figure><img src="/files/WvwBGTlZDMxTG2n6V75p" alt=""><figcaption></figcaption></figure>

* Normal System Permissions
  * Dangerous System Permissions

<figure><img src="/files/1hgAxGDqHALzYU6w5oEa" alt=""><figcaption></figcaption></figure>


---

# 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://eldeim.gitbook.io/brain_fuck/notes/certifications/eastereggs/ine-emapt/notes-android.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.
