Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 998a6836 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Add a private method to retrieve the header list from PreferenceActivity" into jb-dev

parents 59ea115d 423d48bb
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -650,6 +650,14 @@ public abstract class PreferenceActivity extends ListActivity implements
                && mPreferenceManager == null;
    }

    /**
     * Returns the Header list
     * @hide
     */
    public List<Header> getHeaders() {
        return mHeaders;
    }

    /**
     * Returns true if this activity is showing multiple panes -- the headers
     * and a preference fragment.