We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ebf73 commit 2bac92dCopy full SHA for 2bac92d
firebase-messaging/src/main/AndroidManifest.xml
@@ -16,6 +16,7 @@
16
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
17
package="com.google.firebase.messaging">
18
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
19
+ <uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
20
<uses-permission android:name="android.permission.WAKE_LOCK" />
21
<!-- Required by older versions of Google Play services to create IID tokens -->
22
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
0 commit comments