-
Notifications
You must be signed in to change notification settings - Fork 25
Android Manifest File
Shreyash Saitwal edited this page Mar 12, 2021
·
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.