Skip to content

Commit

Permalink
fix: release manifest missing tag exported
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlsCorrea committed Aug 31, 2021
1 parent 325e6ec commit a83cf8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OneSignalSDK/onesignal/src/release/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<receiver
android:name="com.onesignal.GcmBroadcastReceiver"
android:permission="com.google.android.c2dm.permission.SEND" >
android:permission="com.google.android.c2dm.permission.SEND" android:exported="false">
<!-- High priority so OneSignal payloads can be filtered from other GCM receivers if filterOtherGCMReceivers is enabled. -->
<intent-filter android:priority="999" >
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
Expand Down

0 comments on commit a83cf8f

Please sign in to comment.