mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
feat: add web view version check by preference AndroidMinimumWebViewVersion
- If preference `AndroidMinimumWebViewVersion` is set, it will check if the current installed web view suits the version. If not, an error message is shown and the app exists, after the user clicks on OK. - The strings can be internationalized by adding a `strings.xml` with appropriates strings to the appropriate `values` directory. - Generated-By: Claude Haiku 4.5, Visual Studio Code
This commit is contained in:
@@ -24,4 +24,8 @@
|
||||
<string name="launcher_name">@string/app_name</string>
|
||||
<!-- App label shown on the task switcher. -->
|
||||
<string name="activity_name">@string/launcher_name</string>
|
||||
<!-- WebView version check messages -->
|
||||
<string name="webview_version_too_old_title">WebView Update Required</string>
|
||||
<string name="webview_version_too_old_message">Your Android System WebView version is too old. Please update it through the Google Play Store.</string>
|
||||
<string name="webview_version_ok_button">OK</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user