Skip to content

Commit

Permalink
Update AndroidManifest.xml (#1)
Browse files Browse the repository at this point in the history
according to https://developer.android.com/about/versions/12/behavior-changes-12#exported

to launch on projects targeted to Android 12
  • Loading branch information
justprodev authored Dec 27, 2021
1 parent 9701b72 commit 6c92f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion personalizatio-sdk/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
android:name="com.google.firebase.messaging.default_notification_channel_id"
android:value="@string/notification_channel_id"/>

<service android:name="com.personalizatio.MessagingService">
<service android:exported="false" android:name="com.personalizatio.MessagingService">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT"/>
</intent-filter>
Expand Down

0 comments on commit 6c92f2f

Please sign in to comment.