Defined help page for Data Saver.

BUG: 28865521
Change-Id: I07930232312df2775ecee5beacee6921f7245847
This commit is contained in:
Felipe Leme
2016-05-19 17:07:01 -07:00
parent 7ffeda3633
commit cf2c0b1b97
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) {