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

Commit e53aaa83 authored by Tobias Sargeant's avatar Tobias Sargeant Committed by android-build-merger
Browse files

Merge "Increase char limit for webview multiprocess setting string" into nyc-dev am: 316b9ecd

am: 68ad817d

* commit '68ad817d':
  Increase char limit for webview multiprocess setting string
parents 9a49d6c8 68ad817d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -677,7 +677,7 @@
    <!-- Services settings screen, setting option summary for the user to go to the screen to view running services  -->
    <!-- Services settings screen, setting option summary for the user to go to the screen to view running services  -->
    <string name="runningservices_settings_summary">View and control currently running services</string>
    <string name="runningservices_settings_summary">View and control currently running services</string>


    <!-- Developer settings: enable WebView multiprocess name [CHAR LIMIT=30] -->
    <!-- Developer settings: enable WebView multiprocess name [CHAR LIMIT=50] -->
    <string name="enable_webview_multiprocess">Enable multiprocess WebView</string>
    <string name="enable_webview_multiprocess">Enable multiprocess WebView</string>
    <!-- Developer settings: enable WebView multiprocess summary [CHAR LIMIT=60] -->
    <!-- Developer settings: enable WebView multiprocess summary [CHAR LIMIT=60] -->
    <string name="enable_webview_multiprocess_desc">Run WebView renderers in an isolated process.</string>
    <string name="enable_webview_multiprocess_desc">Run WebView renderers in an isolated process.</string>