First pass at drawer to Settings

Change-Id: I94c3bc69ff773e48c33f59f37bfc0d91139c187a
This commit is contained in:
Jason Monk
2015-09-10 10:54:36 -04:00
parent 77c69c5a22
commit 4da79e088f
11 changed files with 350 additions and 1128 deletions

View File

@@ -161,17 +161,6 @@ public class HomeSettings extends SettingsPreferenceFragment implements Indexabl
}
}
}
// If we're down to just one possible home app, back out of this settings
// fragment and show a dialog explaining to the user that they won't see
// 'Home' settings now until such time as there are multiple available.
if (mPrefs.size() < 2) {
if (mShowNotice) {
mShowNotice = false;
SettingsActivity.requestHomeNotice();
}
finishFragment();
}
}
private void buildHomeActivitiesList() {