-
Notifications
You must be signed in to change notification settings - Fork 25
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.
<uses-permission>
- Every tag that goes inside the
<application>
tag.