Skip to content

Commit

Permalink
fix(android icon): add meta-data default notification icon in plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ElodieC committed Mar 6, 2018
1 parent a17435d commit d8e36fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ xmlns:android="http://schemas.android.com/apk/res/android">
</config-file>
<config-file target="AndroidManifest.xml" parent="/manifest/application">
<service android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementService" />
<meta-data android:name="com.google.firebase.messaging.default_notification_icon" android:resource="@drawable/notification_icon" />
</config-file>
<config-file target="AndroidManifest.xml" parent="/manifest/application">
<service android:name="org.apache.cordova.firebase.FirebasePluginMessagingService">
Expand Down

0 comments on commit d8e36fb

Please sign in to comment.