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.
2 parents c673c9a + c9ae354 commit c30b4feCopy full SHA for c30b4fe
Source/Fuse.PushNotifications/Android/Impl.cpp.uxl
@@ -7,7 +7,7 @@
7
8
<Require AndroidManifest.ApplicationElement><![CDATA[
9
10
- <service android:name="com.fuse.PushNotifications.PushNotificationReceiver">
+ <service android:name="com.fuse.PushNotifications.PushNotificationReceiver" android:exported="true">
11
<intent-filter>
12
<action android:name="com.google.firebase.MESSAGING_EVENT"/>
13
</intent-filter>
0 commit comments