Skip to content

Commit

Permalink
Add POST_NOTIFICATIONS permission to AndroidManifest of RNTester
Browse files Browse the repository at this point in the history
Summary:
In D38850138 (63a4539) I added a new example of the runtime permission `POST_NOTIFICATIONS` to RNTester, but forgot to add this permission to AndroidManifest.xml.

Changelog:
[Android][Added] - Add POST_NOTIFICATIONS permission to AndroidManifest of RNTester

Reviewed By: fkgozali

Differential Revision: D41204931

fbshipit-source-id: 80e5d526406715fd7570cc94cbf384858ff05aed
  • Loading branch information
makovkastar authored and facebook-github-bot committed Nov 11, 2022
1 parent 813fd04 commit c84cc4b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<!--Just to show permissions example-->
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.READ_CALENDAR"/>
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>

<!--
android:icon is used to display launcher icon on mobile devices.
Expand Down

0 comments on commit c84cc4b

Please sign in to comment.