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