Skip to content

Android Manifest File

Shreyash Saitwal edited this page Sep 13, 2022 · 5 revisions

Just like an Android Archive (AAR) library, Rush also lets you define Android manifest tags required by your extension inside an AndroidManifest.xml. It hence reduces the overhead of having to use annotations like UsesServices, UsesActivities, etc to Android manifest tags.

Supported tags

Clone this wiki locally