Loading res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -7145,6 +7145,8 @@ <string name="help_url_magnification" translatable="false"></string> <string name="help_url_color_correction" translatable="false"></string> <string name="help_url_autoclick" translatable="false"></string> <!-- Help URL, Accessibility caption preferences [DO NOT TRANSLATE] --> <string name="help_url_caption" translatable="false"></string> <string name="help_url_system_dashboard" translatable="false"></string> <string name="help_url_double_tap_screen" translatable="false"></string> <string name="help_url_account_detail" translatable="false"></string> src/com/android/settings/accessibility/CaptionAppearanceFragment.java +5 −0 Original line number Diff line number Diff line Loading @@ -407,6 +407,11 @@ public class CaptionAppearanceFragment 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_appearance); } Loading src/com/android/settings/accessibility/CaptionMoreOptionsFragment.java +5 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,11 @@ public class CaptionMoreOptionsFragment 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_more_options); } src/com/android/settings/accessibility/CaptionPropertiesFragment.java +5 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading
res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -7145,6 +7145,8 @@ <string name="help_url_magnification" translatable="false"></string> <string name="help_url_color_correction" translatable="false"></string> <string name="help_url_autoclick" translatable="false"></string> <!-- Help URL, Accessibility caption preferences [DO NOT TRANSLATE] --> <string name="help_url_caption" translatable="false"></string> <string name="help_url_system_dashboard" translatable="false"></string> <string name="help_url_double_tap_screen" translatable="false"></string> <string name="help_url_account_detail" translatable="false"></string>
src/com/android/settings/accessibility/CaptionAppearanceFragment.java +5 −0 Original line number Diff line number Diff line Loading @@ -407,6 +407,11 @@ public class CaptionAppearanceFragment 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_appearance); } Loading
src/com/android/settings/accessibility/CaptionMoreOptionsFragment.java +5 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,11 @@ public class CaptionMoreOptionsFragment 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_more_options); }
src/com/android/settings/accessibility/CaptionPropertiesFragment.java +5 −0 Original line number Diff line number Diff line Loading @@ -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); }