I am using the following
- Cordova 3.7.0
- Android (21)
- local notification plugin
- grabbing contacts via contacts plugin
from the contacts I take the contact picture uri which looks like
content://com.android.contacts/contacts/2/photo
when I try to set the notification.icon to the uri the app crashes and no notification is shown.
Any idea how I need to reformat the uri to allow the local notification to work?
Best