mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-08 20:12:39 +01:00
Add default metadata (#1401)
This commit is contained in:
parent
edfa56908b
commit
74fe8c75a7
@ -25,6 +25,17 @@
|
||||
android:theme="@style/FrostTheme"
|
||||
android:usesCleartextTraffic="true"
|
||||
tools:ignore="UnusedAttribute">
|
||||
<!-- Matches general label under NotificationUtils.kt -->
|
||||
<meta-data
|
||||
android:name="com.google.firebase.messaging.default_notification_channel_id"
|
||||
android:value="general" />
|
||||
<meta-data
|
||||
android:name="com.google.firebase.messaging.default_notification_color"
|
||||
android:resource="@color/facebook_blue" />
|
||||
<meta-data
|
||||
android:name="com.google.firebase.messaging.default_notification_icon"
|
||||
android:resource="@drawable/frost_f_24" />
|
||||
|
||||
<activity
|
||||
android:name=".StartActivity"
|
||||
android:label="@string/frost_name"
|
||||
|
Loading…
Reference in New Issue
Block a user