Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

ionic cordova icon notification

// Please test if this code added to config.xml <platform name="android"> tag will add the icon as default notification icon.
// Place the notification icon under "resources/android/notification/"
<resource-file src="resources/android/notification/notification_icon.png" target="app/src/main/res/drawable/notification_icon.png" />
<config-file parent="/manifest/application/" target="app/src/main/AndroidManifest.xml">
    <meta-data android:name="com.google.firebase.messaging.default_notification_icon" android:resource="@drawable/notification_icon" />
</config-file>
Comment

PREVIOUS NEXT
Code Example
Javascript :: .find() is not a function 
Javascript :: find last element in array javascript 
Javascript :: .ignore file nodejs 
Javascript :: button click open external link react 
Javascript :: discord.js on ready 
Javascript :: nodejs mysql insert query 
Javascript :: emit resize event in angular 
Javascript :: call laravel route js 
Javascript :: golang parse jason 
Javascript :: iframe innerthtml 
Javascript :: mongodb update many 
Javascript :: reading files with node.js 
Javascript :: reload page angular one time 
Javascript :: how to disable onclick event in javascript 
Javascript :: javascript find the min in array of numbers 
Javascript :: Uncaught TypeError: $(...).DataTable is not a function 
Javascript :: how to limit input type max length 
Javascript :: lodash angular 9 
Javascript :: javascript average of arguments 
Javascript :: contains is not a function javascript 
Javascript :: javascript spread and rest operator 
Javascript :: javascript split by backslash 
Javascript :: javascript string contains string 
Javascript :: mongodb add new field 
Javascript :: duplicate value removed in array of object in javascript 
Javascript :: download json file from s3 
Javascript :: ionic status bar color 
Javascript :: axios.defaults.withCredentials = true 
Javascript :: create an array of numbers 
Javascript :: angularjs accordion access toggle 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =