Hi all,
I have a simple widget with a background image, when clicking on the background image, the triggered event is starting an activity.
It was working fine, but I changed my package name as it was not properly spelled ... and for some reason my event is not triggered anymore:
- On my device I ear a bip when clicking on the widget, but first line of my event that is a log is not called ...!
- I checked: spelling of event name in code and on the image in the designer is the same ...!?
- I tried to put the log unfiltered but too much information ... kills information: I was not able to understand what's going wrong...
==> is there a simple way to know what event the imageView tries to call ?
Any idea on where to search please ?
Thanks
I have a simple widget with a background image, when clicking on the background image, the triggered event is starting an activity.
It was working fine, but I changed my package name as it was not properly spelled ... and for some reason my event is not triggered anymore:
- On my device I ear a bip when clicking on the widget, but first line of my event that is a log is not called ...!
- I checked: spelling of event name in code and on the image in the designer is the same ...!?
- I tried to put the log unfiltered but too much information ... kills information: I was not able to understand what's going wrong...
==> is there a simple way to know what event the imageView tries to call ?
Any idea on where to search please ?
Thanks