Align help resource usage in caption preferences.

* Add string to get the help page intent

Bug: 149887377
Test: manual test
Change-Id: I15b9c4edd260153aa929d68845faed0af16a4ffa
This commit is contained in:
jasonwshsu
2020-03-05 20:51:30 +08:00
parent 4d59bce21b
commit 0259f84c5f
4 changed files with 17 additions and 0 deletions

View File

@@ -98,6 +98,11 @@ public class CaptionPropertiesFragment extends SettingsPreferenceFragment
return true;
}
@Override
public int getHelpResource() {
return R.string.help_url_caption;
}
public static final BaseSearchIndexProvider SEARCH_INDEX_DATA_PROVIDER =
new BaseSearchIndexProvider(R.xml.captioning_settings);
}