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:
@@ -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]);
|
||||
|
Reference in New Issue
Block a user