Is it posible to restart a wallpaper after a preference is changed?
I'm thinking I can use this to see the event. But I'm not sure how to update the wallpaper afterwards, if the wallpaper is already running.
public void onSharedPreferenceChanged(SharedPreferences prefs) {
}
Basically, I want to have a wallpaper with a preference that changes a bitmap being used in the canvas.