as
@eurojam stated ...
So manually copy your icon to MyApp\Objects\res\drawable folder and change its file attribute to READ ONLY ! (this will stop it getting deleted)
then
Notif.Icon = "myicon" 'no need for extension ..
Thankyou very much.
It now shows my new icon in the notification panel.
Although, if I file explore the folder on my phone at
sdcard/android/data/myapp/files/virtual_assets/objects/res/drawable
I can not find my icon file here.
So I am still not sure what mechanism is taking place to access myicon.
I thought it would be held as a file in this folder for myapp on my phone.
Do you have any further info regarding this.
I would like to better understand.
Thanks again.