# Theming

- [Theming](https://notes.tejpratapsingh.com/android-tips/theming/theming.md): Ways to theme you android
- [RRO](https://notes.tejpratapsingh.com/android-tips/theming/theming/rro.md): Runtime Resource Overlay
- [RRO Internals](https://notes.tejpratapsingh.com/android-tips/theming/theming/rro/rro-internals.md): How RRO works internally
- [RRO classes in AOSP](https://notes.tejpratapsingh.com/android-tips/theming/theming/rro/rro-classes-in-aosp.md)
- [RRO Example](https://notes.tejpratapsingh.com/android-tips/theming/theming/rro/rro-example.md)
- [RRO Permission](https://notes.tejpratapsingh.com/android-tips/theming/theming/rro/rro-permission.md)
- [Fabricated RRO (FRRO)](https://notes.tejpratapsingh.com/android-tips/theming/theming/fabricated-rro-frro.md): Fabricated RRO is build on top traditional RRO system
- [FRRO Example](https://notes.tejpratapsingh.com/android-tips/theming/theming/fabricated-rro-frro/frro-example.md)
- [Permission](https://notes.tejpratapsingh.com/android-tips/theming/theming/fabricated-rro-frro/permission.md): Here are the permissions required for using Fabricated RRO
- [Context Hijack](https://notes.tejpratapsingh.com/android-tips/theming/theming/context-hijack.md): Use resources of other application


---

# 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://notes.tejpratapsingh.com/android-tips/theming.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.
