Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbac05fa authored by Ashley Newson's avatar Ashley Newson
Browse files

Add strings for developer settings link to WebView DevTools UI

This specific change adds string definitions for a WebView DevTools UI
entry point in Android developer settings.

Bug: 371520781
Test: atest SettingsRoboTests:com.android.settings.development.WebViewDevUiPreferenceControllerTest
Flag: EXEMPT new entry point to a feature which already exists
Change-Id: I0c2d37e658dc111b0e5255becbac1fe8d424935c
parent c9a0b87f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1103,6 +1103,13 @@
    <!-- Developer settings: text for the WebView provider selection toast shown if an invalid provider was chosen (i.e. the setting list was stale). [CHAR LIMIT=NONE] -->
    <string name="select_webview_provider_toast_text">This choice is no longer valid. Try again.</string>

    <!-- [CHAR LIMIT=50] Label for button to launch current WebView provider's DevTools (developer tools) UI -->
    <string name="webview_launch_devtools_title">WebView DevTools</string>
    <!-- [CHAR LIMIT=50] Error toast shown to user when no (current) WebView package is found (when trying to launch DevTools) -->
    <string name="webview_launch_devtools_no_package">WebView package not found.</string>
    <!-- [CHAR LIMIT=50] Error toast shown to user when DevTools (developer tools) activity could not be launched (despite there being a WebView package) -->
    <string name="webview_launch_devtools_no_activity">Could not launch DevTools.</string>

    <!-- Name of feature to change color setting for the display [CHAR LIMIT=60] -->
    <string name="picture_color_mode">Picture color mode</string>