Add a help item for the Help & Feedback for the Storage Manager.
Bug: 29793176 Change-Id: Ic4104525961e7f173212df54f19857a06c0fac05
This commit is contained in:
@@ -5659,6 +5659,8 @@
|
|||||||
<string name="help_url_fingerprint" translatable="false"></string>
|
<string name="help_url_fingerprint" translatable="false"></string>
|
||||||
<!-- Help URL, Gesture settings -->
|
<!-- Help URL, Gesture settings -->
|
||||||
<string name="help_url_gestures" translatable="false"></string>
|
<string name="help_url_gestures" translatable="false"></string>
|
||||||
|
<!-- Help URL, Manage Storage [DO NOT TRANSLATE]-->
|
||||||
|
<string name="help_url_manage_storage" translatable="false"></string>
|
||||||
|
|
||||||
<!-- User account title [CHAR LIMIT=30] -->
|
<!-- User account title [CHAR LIMIT=30] -->
|
||||||
<string name="user_account_title">Account for content</string>
|
<string name="user_account_title">Account for content</string>
|
||||||
|
@@ -150,6 +150,11 @@ public class AutomaticStorageManagerSettings extends SettingsPreferenceFragment
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected int getHelpResource() {
|
||||||
|
return R.string.help_uri_storage;
|
||||||
|
}
|
||||||
|
|
||||||
private static int daysValueToIndex(int value, String[] indices) {
|
private static int daysValueToIndex(int value, String[] indices) {
|
||||||
for (int i = 0; i < indices.length; i++) {
|
for (int i = 0; i < indices.length; i++) {
|
||||||
int thisValue = Integer.parseInt(indices[i]);
|
int thisValue = Integer.parseInt(indices[i]);
|
||||||
|
Reference in New Issue
Block a user