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

am: c354537c37

Change-Id: I76473c677d5b1be97ec78ac084325a6939b02e2e
This commit is contained in:
Daniel Nishi
2016-07-20 19:51:17 +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]);