Hi all,
I have a widget which data is drew using canvas. I already know that in some cases, when phone configuration is changed, the widget data is lost and I need to update it (for example, when phone is rotated)
In my app, I used broadcastreceiver to catch screen rotation event using "android.intent.action.CONFIGURATION_CHANGED"
I want to ask, is there any other phone changes in which I need to update my widget also? maybe changing of theme or any phone settings...?? If there is, can anyone tell me which intent is corresponded to that event also?
I have a widget which data is drew using canvas. I already know that in some cases, when phone configuration is changed, the widget data is lost and I need to update it (for example, when phone is rotated)
In my app, I used broadcastreceiver to catch screen rotation event using "android.intent.action.CONFIGURATION_CHANGED"
I want to ask, is there any other phone changes in which I need to update my widget also? maybe changing of theme or any phone settings...?? If there is, can anyone tell me which intent is corresponded to that event also?