I would like to update the SmartWatch widget whenever the user changes the widget settings.
I know it can be done by sending an WIDGET_IMAGE_UPDATE_INTEN
intent, but it seems that I don't have the information of host app package name (i.e. com.sonyericsson.extras.smartwatch).
How can I get "host app package name"?
PS: Currently, I've hardwired the "com.sonyericsson.extras.smartwatch" name in my code.