Skip to content

Commit 2bac92d

Browse files
authored
Add POST_NOTIFICATIONS permission for Android 13/T. (#3783)
1 parent a5ebf73 commit 2bac92d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase-messaging/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
1717
package="com.google.firebase.messaging">
1818
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
19+
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
1920
<uses-permission android:name="android.permission.WAKE_LOCK" />
2021
<!-- Required by older versions of Google Play services to create IID tokens -->
2122
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />

0 commit comments

Comments
 (0)