This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c44c666a0 doc(android): redirect some config default values to api 
level support page (#1422)
0c44c666a0 is described below

commit 0c44c666a022d79e1622ece2b5d46ece02b6ce98
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Fri Jul 4 16:22:35 2025 +0900

    doc(android): redirect some config default values to api level support page 
(#1422)
---
 www/docs/en/12.x-2025.01/config_ref/index.md |  2 +-
 www/docs/en/12.x/config_ref/index.md         | 21 +++++++++++----------
 www/docs/en/dev/config_ref/index.md          |  2 +-
 3 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/www/docs/en/12.x-2025.01/config_ref/index.md 
b/www/docs/en/12.x-2025.01/config_ref/index.md
index 9c03523f03..21915dffb1 100644
--- a/www/docs/en/12.x-2025.01/config_ref/index.md
+++ b/www/docs/en/12.x-2025.01/config_ref/index.md
@@ -343,7 +343,7 @@ GradlePluginGoogleServicesEnabled<br/>{% cdv_vartype 
boolean %} {% cdv_platform
 GradlePluginGoogleServicesVersion<br/>{% cdv_vartype semver %} {% cdv_platform 
android %} | *Default: [Dependent on cordova-android 
Version][android-api-level-support]* <br/>Overrides the Google Services library 
version.
 GradlePluginKotlinEnabled<br/>{% cdv_vartype boolean %} {% cdv_platform 
android %} | *Default: false* <br/>  Set to true to allow Kotlin files to be 
built.
 GradlePluginKotlinCodeStyle <br/>{% cdv_vartype string %} {% cdv_platform 
android %} | *Default: official* <br/> Allowed values: official, obsolete<br/>  
Sets how the Kotlin code is formatting for readability.
-GradlePluginKotlinVersion<br/>{% cdv_vartype semver %} {% cdv_platform android 
%} | *Default: 1.3.50* <br/> Set the version of the Kotlin Gradle plugin to be 
used.
+GradlePluginKotlinVersion<br/>{% cdv_vartype semver %} {% cdv_platform android 
%} | *Default: [Dependent on cordova-android 
Version][android-api-level-support]* <br/> Set the version of the Kotlin Gradle 
plugin to be used.
 InAppBrowserStorageEnabled<br/>{% cdv_vartype boolean %} {% cdv_platform 
android %} | *Default: true* <br/>  Controls whether pages opened within an 
InAppBrowser can access the same localStorage and WebSQL storage as pages 
opened with the default browser.
 InspectableWebview<br/>{% cdv_vartype boolean %} {% cdv_platform android %} {% 
cdv_platform ios %} | *Default: depends on Debug/Release build* <br/>  On iOS 
16.4 or later, enables or disables the webview inspector. Defaults to `true` on 
debug builds and `false` on release builds. This preference is ignored on iOS 
16.3 and earlier; the inspector is always enabled on debug builds and always 
disabled on release builds.
 KeepRunning<br/>{% cdv_vartype boolean %} {% cdv_platform android %} | 
*Default: true* <br/>  Determines whether the application stays running in the 
background even after a [pause](../cordova/events/events.html#pause) event 
fires. Setting this to false does not kill the app after a 
[pause](../cordova/events/events.html#pause) event, but simply halts execution 
of code within the cordova webview while the app is in the background.
diff --git a/www/docs/en/12.x/config_ref/index.md 
b/www/docs/en/12.x/config_ref/index.md
index 9afbbc5893..694bf0eda0 100644
--- a/www/docs/en/12.x/config_ref/index.md
+++ b/www/docs/en/12.x/config_ref/index.md
@@ -319,14 +319,14 @@ AllowNewWindows<br/>{% cdv_vartype boolean %} {% 
cdv_platform ios %} | *Default:
 AndroidLaunchMode<br/>{% cdv_vartype string %} {% cdv_platform android %} | 
*Default: singleTop* <br/> Allowed values: standard, singleTop, singleTask, 
singleInstance <br/>  Sets the Activity android:launchMode attribute. This 
changes what happens when the app is launched from app icon or intent and is 
already running.
 AndroidInsecureFileModeEnabled<br/>{% cdv_vartype boolean %} {% cdv_platform 
android %} | *Default: false* <br/>  If set to `true` loading `file:///` URLs 
is allowed. __Note__: Enabling this setting allows malicious scripts loaded in 
a `file:///` context to launch cross-site scripting attacks, either accessing 
arbitrary local files including WebView cookies, app private data or even 
credentials used on arbitrary web sites.
 android-maxSdkVersion<br/>{% cdv_vartype number %} {% cdv_platform android %} 
| *Default: Not Specified* <br/>  Sets the `maxSdkVersion` attribute of the 
`<uses-sdk>` tag in the project's `AndroidManifest.xml` (see [here][uses-sdk]).
-android-minSdkVersion<br/>{% cdv_vartype number %} {% cdv_platform android %} 
| *Default: [Dependent on cordova-android 
Version](../../guide/platforms/android/index.html#android-api-level-support)* 
<br/>  Sets the `minSdkVersion` attribute of the `<uses-sdk>` tag in the 
project's `AndroidManifest.xml` (see [here][uses-sdk]).
-android-targetSdkVersion<br/>{% cdv_vartype number %} {% cdv_platform android 
%} | *Default: [Dependent on cordova-android 
Version](../../guide/platforms/android/index.html#android-api-level-support)* 
<br/>  Sets the `targetSdkVersion` attribute of the `<uses-sdk>` tag in the 
project's `AndroidManifest.xml` (see [here][uses-sdk]).
-android-compileSdkVersion<br/>{% cdv_vartype number %} {% cdv_platform android 
%} | *Default: [Dependent on cordova-android 
Version](../../guide/platforms/android/index.html#android-api-level-support)* 
<br/> Sets the `compileSdkVersion` attribute.
-android-buildToolsVersion<br/>{% cdv_vartype semver %} {% cdv_platform android 
%} | *Default: [Dependent on cordova-android 
Version](../../guide/platforms/android/index.html#android-api-level-support)* 
<br/> Expects a full version string eg. "32.0.0". Changing this may also 
requires changing the PATH environment variable to find the proper build 
tools.<br/><br/>This preference is primarily for cordova development, for 
testing upcoming versions of the Android SDK. Changing this has a high [...]
-GradleVersion<br/>{% cdv_vartype string %} {% cdv_platform android %} | 
*Default: [Dependent on cordova-android 
Version](../../guide/platforms/android/index.html#android-api-level-support)* 
<br/> Sets the gradle wrapper version to use.<br/> <br/>This preference is 
primarily for cordova development, for testing upcoming versions of the Android 
SDK. Changing this has a high risk of breaking builds as newer build tools 
frequently introduce breaking changes.
-AndroidGradlePluginVersion<br/>{% cdv_vartype semver %} {% cdv_platform 
android %} | *Default: [Dependent on cordova-android 
Version](../../guide/platforms/android/index.html#android-api-level-support)* 
<br/> Sets the Android Gradle Plugin version to use.<br/> <br/>This preference 
is primarily for cordova development, for testing upcoming versions of the 
Android SDK. Changing this has a high risk of breaking builds as newer build 
tools frequently introduce breaking changes.
-AndroidXAppCompatVersion<br/>{% cdv_vartype semver %} {% cdv_platform android 
%} | *Default: [Dependent on cordova-android 
Version](../../guide/platforms/android/index.html#android-api-level-support)* 
<br/> Overrides Android App Compat library version.
-AndroidXWebKitVersion<br/>{% cdv_vartype semver %} {% cdv_platform android %} 
| *Default: [Dependent on cordova-android 
Version](../../guide/platforms/android/index.html#android-api-level-support)* 
<br/>Overrides Android WebKit library version.
+android-minSdkVersion<br/>{% cdv_vartype number %} {% cdv_platform android %} 
| *Default: [Dependent on cordova-android Version][android-api-level-support]* 
<br/>  Sets the `minSdkVersion` attribute of the `<uses-sdk>` tag in the 
project's `AndroidManifest.xml` (see [here][uses-sdk]).
+android-targetSdkVersion<br/>{% cdv_vartype number %} {% cdv_platform android 
%} | *Default: [Dependent on cordova-android 
Version][android-api-level-support]* <br/>  Sets the `targetSdkVersion` 
attribute of the `<uses-sdk>` tag in the project's `AndroidManifest.xml` (see 
[here][uses-sdk]).
+android-compileSdkVersion<br/>{% cdv_vartype number %} {% cdv_platform android 
%} | *Default: [Dependent on cordova-android 
Version][android-api-level-support]* <br/> Sets the `compileSdkVersion` 
attribute.
+android-buildToolsVersion<br/>{% cdv_vartype semver %} {% cdv_platform android 
%} | *Default: [Dependent on cordova-android 
Version][android-api-level-support]* <br/> Expects a full version string eg. 
"32.0.0". Changing this may also requires changing the PATH environment 
variable to find the proper build tools.<br/><br/>This preference is primarily 
for cordova development, for testing upcoming versions of the Android SDK. 
Changing this has a high risk of breaking builds as newer build t [...]
+GradleVersion<br/>{% cdv_vartype string %} {% cdv_platform android %} | 
*Default: [Dependent on cordova-android Version][android-api-level-support]* 
<br/> Sets the gradle wrapper version to use.<br/> <br/>This preference is 
primarily for cordova development, for testing upcoming versions of the Android 
SDK. Changing this has a high risk of breaking builds as newer build tools 
frequently introduce breaking changes.
+AndroidGradlePluginVersion<br/>{% cdv_vartype semver %} {% cdv_platform 
android %} | *Default: [Dependent on cordova-android 
Version][android-api-level-support]* <br/> Sets the Android Gradle Plugin 
version to use.<br/> <br/>This preference is primarily for cordova development, 
for testing upcoming versions of the Android SDK. Changing this has a high risk 
of breaking builds as newer build tools frequently introduce breaking changes.
+AndroidXAppCompatVersion<br/>{% cdv_vartype semver %} {% cdv_platform android 
%} | *Default: [Dependent on cordova-android 
Version][android-api-level-support]* <br/> Overrides Android App Compat library 
version.
+AndroidXWebKitVersion<br/>{% cdv_vartype semver %} {% cdv_platform android %} 
| *Default: [Dependent on cordova-android Version][android-api-level-support]* 
<br/>Overrides Android WebKit library version.
 GradlePluginKotlinEnabled<br/>{% cdv_vartype boolean %} {% cdv_platform 
android %} | *Default: false* <br/>Enables Kotlin plugin for Kotline support.
 AppendUserAgent<br/>{% cdv_vartype string %} {% cdv_platform android %} {% 
cdv_platform ios %} | If set, the value will append to the end of old UserAgent 
of webview. When using with OverrideUserAgent, this value will be ignored.
 BackgroundColor<br/>{% cdv_vartype string %} {% cdv_platform android %} {% 
cdv_platform ios %} | Sets the app's background color. Supports a four-byte hex 
value, with the first byte representing the alpha channel, and standard RGB 
values for the following three bytes. <br/>__Note__: `transparent` value will 
set the application tile background to the accent color on Windows.
@@ -338,10 +338,10 @@ ErrorUrl<br/>{% cdv_vartype url %} {% cdv_platform 
android %} {% cdv_platform io
 FullScreen<br/>{% cdv_vartype boolean %} {% cdv_platform android %} | 
*Default: false* <br/>  Allows you to hide the status bar at the top of the 
screen. <br/> __Note__: Recommended platform-agnostic way to achieve this is to 
use the [StatusBar plugin][statusbar_plugin].
 GapBetweenPages<br/>{% cdv_vartype float %} {% cdv_platform ios %} | *Default: 
0* <br/>  The size of the gap, in points, between pages.
 GradlePluginGoogleServicesEnabled<br/>{% cdv_vartype boolean %} {% 
cdv_platform android %} | *Default: false* <br/>  Set to true to enable the 
Google Services Gradle plugin.
-GradlePluginGoogleServicesVersion<br/>{% cdv_vartype semver %} {% cdv_platform 
android %} | *Default: [Dependent on cordova-android 
Version](../../guide/platforms/android/index.html#android-api-level-support)* 
<br/>Overrides the Google Services library version.
+GradlePluginGoogleServicesVersion<br/>{% cdv_vartype semver %} {% cdv_platform 
android %} | *Default: [Dependent on cordova-android 
Version][android-api-level-support]* <br/>Overrides the Google Services library 
version.
 GradlePluginKotlinEnabled<br/>{% cdv_vartype boolean %} {% cdv_platform 
android %} | *Default: false* <br/>  Set to true to allow Kotlin files to be 
built.
 GradlePluginKotlinCodeStyle <br/>{% cdv_vartype string %} {% cdv_platform 
android %} | *Default: official* <br/> Allowed values: official, obsolete<br/>  
Sets how the Kotlin code is formatting for readability.
-GradlePluginKotlinVersion<br/>{% cdv_vartype semver %} {% cdv_platform android 
%} | *Default: 1.3.50* <br/> Set the version of the Kotlin Gradle plugin to be 
used.
+GradlePluginKotlinVersion<br/>{% cdv_vartype semver %} {% cdv_platform android 
%} | *Default: [Dependent on cordova-android 
Version][android-api-level-support]* <br/> Set the version of the Kotlin Gradle 
plugin to be used.
 InAppBrowserStorageEnabled<br/>{% cdv_vartype boolean %} {% cdv_platform 
android %} | *Default: true* <br/>  Controls whether pages opened within an 
InAppBrowser can access the same localStorage and WebSQL storage as pages 
opened with the default browser.
 InspectableWebview<br/>{% cdv_vartype boolean %} {% cdv_platform android %} {% 
cdv_platform ios %} | *Default: depends on Debug/Release build* <br/>  On iOS 
16.4 or later, enables or disables the webview inspector. Defaults to `true` on 
debug builds and `false` on release builds. This preference is ignored on iOS 
16.3 and earlier; the inspector is always enabled on debug builds and always 
disabled on release builds.
 KeepRunning<br/>{% cdv_vartype boolean %} {% cdv_platform android %} | 
*Default: true* <br/>  Determines whether the application stays running in the 
background even after a [pause](../cordova/events/events.html#pause) event 
fires. Setting this to false does not kill the app after a 
[pause](../cordova/events/events.html#pause) event, but simply halts execution 
of code within the cordova webview while the app is in the background.
@@ -519,3 +519,4 @@ For Android:
 [statusbar_plugin]:     ../reference/cordova-plugin-statusbar/
 [edit_config]:          ../plugin_ref/spec.html#edit-config
 [config_file]:          ../plugin_ref/spec.html#config-file
+[android-api-level-support]: 
../guide/platforms/android/index.html#android-api-level-support
\ No newline at end of file
diff --git a/www/docs/en/dev/config_ref/index.md 
b/www/docs/en/dev/config_ref/index.md
index 9c03523f03..21915dffb1 100644
--- a/www/docs/en/dev/config_ref/index.md
+++ b/www/docs/en/dev/config_ref/index.md
@@ -343,7 +343,7 @@ GradlePluginGoogleServicesEnabled<br/>{% cdv_vartype 
boolean %} {% cdv_platform
 GradlePluginGoogleServicesVersion<br/>{% cdv_vartype semver %} {% cdv_platform 
android %} | *Default: [Dependent on cordova-android 
Version][android-api-level-support]* <br/>Overrides the Google Services library 
version.
 GradlePluginKotlinEnabled<br/>{% cdv_vartype boolean %} {% cdv_platform 
android %} | *Default: false* <br/>  Set to true to allow Kotlin files to be 
built.
 GradlePluginKotlinCodeStyle <br/>{% cdv_vartype string %} {% cdv_platform 
android %} | *Default: official* <br/> Allowed values: official, obsolete<br/>  
Sets how the Kotlin code is formatting for readability.
-GradlePluginKotlinVersion<br/>{% cdv_vartype semver %} {% cdv_platform android 
%} | *Default: 1.3.50* <br/> Set the version of the Kotlin Gradle plugin to be 
used.
+GradlePluginKotlinVersion<br/>{% cdv_vartype semver %} {% cdv_platform android 
%} | *Default: [Dependent on cordova-android 
Version][android-api-level-support]* <br/> Set the version of the Kotlin Gradle 
plugin to be used.
 InAppBrowserStorageEnabled<br/>{% cdv_vartype boolean %} {% cdv_platform 
android %} | *Default: true* <br/>  Controls whether pages opened within an 
InAppBrowser can access the same localStorage and WebSQL storage as pages 
opened with the default browser.
 InspectableWebview<br/>{% cdv_vartype boolean %} {% cdv_platform android %} {% 
cdv_platform ios %} | *Default: depends on Debug/Release build* <br/>  On iOS 
16.4 or later, enables or disables the webview inspector. Defaults to `true` on 
debug builds and `false` on release builds. This preference is ignored on iOS 
16.3 and earlier; the inspector is always enabled on debug builds and always 
disabled on release builds.
 KeepRunning<br/>{% cdv_vartype boolean %} {% cdv_platform android %} | 
*Default: true* <br/>  Determines whether the application stays running in the 
background even after a [pause](../cordova/events/events.html#pause) event 
fires. Setting this to false does not kill the app after a 
[pause](../cordova/events/events.html#pause) event, but simply halts execution 
of code within the cordova webview while the app is in the background.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to