I'm using the parse4cn1 to enable push notifications for my cn1 app (with a hosted parse server called back4app). I want to add a custom icon for the notification tray in Android, and I need to add a line to the <application>
section of the manifest.xml file:
<meta-data android:name="com.parse.push.notification_icon" android:resource="@drawable/push_icon"/>
Where do I put the png file within the cn1 project structure?