Add a help item for the Help & Feedback for the Storage Manager.
Bug: 29793176 Change-Id: Ic4104525961e7f173212df54f19857a06c0fac05
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