Skip to content

Commit

Permalink
code comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Apr 9, 2024
1 parent 521a64b commit 2d859be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/amiapp_flutter/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@
</intent-filter>
</activity>
<!-- Register Customer.io Firebase Messaging Service as we want our SDK to handle all push
notifications -->
notifications. This is not required. However, if you have multiple services added for
handling push notifications, you might need to add this service to ensure all
notifications are handled by Customer.io. Read more:
https://www.customer.io/docs/sdk/flutter/push-notifications/multiple-push-providers/ -->
<service
android:name="io.customer.messagingpush.CustomerIOFirebaseMessagingService"
android:exported="false">
Expand Down

0 comments on commit 2d859be

Please sign in to comment.