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

Commit 1806afb2 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am 998a6836: Merge "Add a private method to retrieve the header list from...

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

* commit '998a6836':
  Add a private method to retrieve the header list from PreferenceActivity
parents 90c2eea8 998a6836
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.