Merge \"Add a help item for the Help & Feedback for the Storage Manager.\" into nyc-mr1-dev

am: dd1c51a3e4

Change-Id: I80acbbc35e376f2e353aa955bfd66e4e2a63f71e
This commit is contained in:
Daniel Nishi
2016-07-20 18:51:14 +00:00
committed by android-build-merger
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]);