[94] add comments

This commit is contained in:
kanat
2023-05-11 11:43:08 -07:00
parent 3e501731fd
commit 427cd9de83
3 changed files with 52 additions and 27 deletions
@@ -30,6 +30,14 @@
android:name="io.flutter.embedding.android.NormalTheme"
android:resource="@style/NormalTheme"
/>
<!-- Action mentioned in Notification Template:
{
"title": "{{ sender.name }} @ {{ channel.name }}",
"body": "{{ truncate message.text 2000 }}",
"click_action": "FLUTTER_NOTIFICATION_CLICK",
"sound": "default"
}
-->
<intent-filter>
<action android:name="FLUTTER_NOTIFICATION_CLICK" />
<category android:name="android.intent.category.DEFAULT" />
@@ -45,7 +53,7 @@
android:name="flutterEmbedding"
android:value="2" />
<!-- Set custom default icon. This is used when no icon is set for incoming notification messages.
<!-- Set custom default icon. This is used when no icon is set for background notification messages.
See README(https://goo.gl/l4GJaQ) for more. -->
<meta-data
android:name="com.google.firebase.messaging.default_notification_icon"