Add a help item for the Help & Feedback for the Storage Manager.

Bug: 29793176
Change-Id: Ic4104525961e7f173212df54f19857a06c0fac05
This commit is contained in:
Daniel Nishi
2016-07-19 15:47:10 -07:00
parent 995a5144cf
commit f21465e14f
2 changed files with 7 additions and 0 deletions

View File

@@ -150,6 +150,11 @@ public class AutomaticStorageManagerSettings extends SettingsPreferenceFragment
return true;
}
@Override
protected int getHelpResource() {
return R.string.help_uri_storage;
}
private static int daysValueToIndex(int value, String[] indices) {
for (int i = 0; i < indices.length; i++) {
int thisValue = Integer.parseInt(indices[i]);