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:
@@ -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