Closed qimingfang closed 7 years ago
Hey @qimingfang,
These settings are found in the appboy.xml file for Android. At the moment we don't support a graceful way of setting these values in Cordova.
For now, you can alter the appboy.xml file via editing the plugin.xml, as seen here. To add resource files from the plugin.xml, please see the cordova plugin documentation here. Note that these settings would be reset every time the Appboy plugin gets synced.
Hi @qimingfang,
If you have any further comments/questions regarding this issue, please feel free to update or re-open. Thanks again for raising this issue.
According to the android docs, there are quite a few additional properties that we can specify, such as
com_appboy_push_small_notification_icon
andcom_appboy_push_large_notification_icon
andcom_appboy_default_notification_accent_color
Whats the easiest way to add these in?