Merge "Defined help page for Data Saver." into nyc-dev

This commit is contained in:
Felipe Leme
2016-05-20 21:27:57 +00:00
committed by Android (Google) Code Review
3 changed files with 15 additions and 0 deletions

View File

@@ -133,6 +133,11 @@ public class UnrestrictedDataAccess extends SettingsPreferenceFragment
rebuild();
}
@Override
protected int getHelpResource() {
return R.string.help_url_unrestricted_data_access;
}
private void rebuild() {
ArrayList<AppEntry> apps = mSession.rebuild(mFilter, ApplicationsState.ALPHA_COMPARATOR);
if (apps != null) {