Skip to content

Commit

Permalink
updated sample AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
xamantra committed Aug 8, 2021
1 parent fe20e22 commit dd2521b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/app/src/main/AndroidManifest.sample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
<meta-data
android:name="com.google.firebase.messaging.default_notification_channel_id"
android:value="high_importance_channel" />
<meta-data
android:name="com.google.firebase.messaging.default_notification_icon"
android:resource="@drawable/app_icon" />
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="PASTE_YOUR_ADMOB_ID_HERE"/>
Expand Down

0 comments on commit dd2521b

Please sign in to comment.