I'm making a widget for my app, where you have 4 imagebuttons and 1 background. 3 of The imagebuttons + the background get their image from style xmls in drawable folder and are supposed to be changeable.
My question: Is it possible to import SharedPreferences in my widget in onUpdate to set the style for the buttons+ background? If so: how? If not: what could I do instead?