Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Component used: AndroidX Preference
OnPreferenceChange_d_Listener API in addition to OnPreferenceChangeListener
It would be nice if we will have additional API that observe once internal state of particular preference have changed internally. Current we will have to use registerOnSharedPreferenceChangeListener thru PreferenceManager, but in some cases we already deals with corresponding preference directly but we have to workaround so that we can notify when a value in preference have changed, since the existing API only notify before internal preference state have changed (OnPreferenceChangeListener)