> For the complete documentation index, see [llms.txt](https://notes.tejpratapsingh.com/_/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.tejpratapsingh.com/_/android-tips/theming/theming/rro.md).

# RRO

Runtime Resource Overlay

RRO is a mechanism in Android OS where an resource id map of any resource can be overridden with a different resource using overlay apk.

{% @mermaid/diagram content="flowchart TD
A\[RRO app] -->|download| B(Theme App)
B --> |Push| C(system/vendor/overloay)
C --> |Set enable RRO| D(Overlay Manager Service)" %}
