I have a ListPreference and I need to do some action after selecting an item
, even if it is a selected item
I am trying with this event:
@Override
public void onSharedPreferenceChanged(SharedPreferences sharedPreferences,String key) {...
but I only got it if I select other items.
Thanks for helping me.
Benny source
share