Add POST_NOTIFICATIONS permission to AndroidManifest of RNTester

Summary:
In D38850138 (https://github.com/facebook/react-native/commit/63a4539e4d36ac90137eea6cdde0154ca06878c0) 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
This commit is contained in:
Oleksandr Melnykov
2022-11-10 17:49:32 -08:00
committed by Facebook GitHub Bot
parent 813fd04118
commit c84cc4b46c
@@ -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.