I have three questions about application widgets:
1) . If I want to add a parameter value to the application widget parameters, I should always first get widget parameters using getAppWidgetOptions(int) and then manipulate the Bundle , otherwise I will call updateAppWidgetOptions(int appWidgetId, Bundle options) I will overwrite other existing options, right?
2) Do you have reboot options? Ie, if I store some information related to widgets as part of customization activities, I am sure that someday I will find them even after a reboot? Does the system automatically save them somewhere?
3) Is it faster than saving widget settings in general settings?
source share