Skip to content

Commit c30b4fe

Browse files
authored
Merge pull request #1463 from mortend/android-12
Fuse.PushNotifications: Android 12 compatibility fix (hotfix)
2 parents c673c9a + c9ae354 commit c30b4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Fuse.PushNotifications/Android/Impl.cpp.uxl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<Require AndroidManifest.ApplicationElement><![CDATA[
99

10-
<service android:name="com.fuse.PushNotifications.PushNotificationReceiver">
10+
<service android:name="com.fuse.PushNotifications.PushNotificationReceiver" android:exported="true">
1111
<intent-filter>
1212
<action android:name="com.google.firebase.MESSAGING_EVENT"/>
1313
</intent-filter>

0 commit comments

Comments
 (0)