Make public but hide OnPreferenceTreeClickListener

- needed as the Settings app is no more a PreferenceActivity

Change-Id: I583493c4027b983efd059564a12eff0814c6bf02
This commit is contained in:
Fabrice Di Meglio
2014-01-20 11:10:52 -08:00
parent 881c6d57d2
commit ad2fcfe1b6

View File

@@ -800,8 +800,10 @@ public class PreferenceManager {
* Interface definition for a callback to be invoked when a
* {@link Preference} in the hierarchy rooted at this {@link PreferenceScreen} is
* clicked.
*
* @hide
*/
interface OnPreferenceTreeClickListener {
public interface OnPreferenceTreeClickListener {
/**
* Called when a preference in the tree rooted at this
* {@link PreferenceScreen} has been clicked.