From 45a42030aafdb4c8d68b16d7b01534bdc380cf4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Wed, 23 Oct 2024 13:46:45 +0900 Subject: [PATCH] doc: fix link to android api level support (#1367) --- www/docs/en/dev/config_ref/index.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/www/docs/en/dev/config_ref/index.md b/www/docs/en/dev/config_ref/index.md index 14f2e918cd..5e1669d4b4 100644 --- a/www/docs/en/dev/config_ref/index.md +++ b/www/docs/en/dev/config_ref/index.md @@ -319,14 +319,14 @@ AllowNewWindows
{% cdv_vartype boolean %} {% cdv_platform ios %} | *Default: AndroidLaunchMode
{% cdv_vartype string %} {% cdv_platform android %} | *Default: singleTop*
Allowed values: standard, singleTop, singleTask, singleInstance
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
{% cdv_vartype boolean %} {% cdv_platform android %} | *Default: false*
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
{% cdv_vartype number %} {% cdv_platform android %} | *Default: Not Specified*
Sets the `maxSdkVersion` attribute of the `` tag in the project's `AndroidManifest.xml` (see [here][uses-sdk]). -android-minSdkVersion
{% cdv_vartype number %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version](../../guide/platforms/android/index.html#android-api-level-support)*
Sets the `minSdkVersion` attribute of the `` tag in the project's `AndroidManifest.xml` (see [here][uses-sdk]). -android-targetSdkVersion
{% cdv_vartype number %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version](../../guide/platforms/android/index.html#android-api-level-support)*
Sets the `targetSdkVersion` attribute of the `` tag in the project's `AndroidManifest.xml` (see [here][uses-sdk]). -android-compileSdkVersion
{% cdv_vartype number %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version](../../guide/platforms/android/index.html#android-api-level-support)*
Sets the `compileSdkVersion` attribute. -android-buildToolsVersion
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version](../../guide/platforms/android/index.html#android-api-level-support)*
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.

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. -GradleVersion
{% cdv_vartype string %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version](../../guide/platforms/android/index.html#android-api-level-support)*
Sets the gradle wrapper version to use.

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
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version](../../guide/platforms/android/index.html#android-api-level-support)*
Sets the Android Gradle Plugin version to use.

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
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version](../../guide/platforms/android/index.html#android-api-level-support)*
Overrides Android App Compat library version. -AndroidXWebKitVersion
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version](../../guide/platforms/android/index.html#android-api-level-support)*
Overrides Android WebKit library version. +android-minSdkVersion
{% cdv_vartype number %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version][android-api-level-support]*
Sets the `minSdkVersion` attribute of the `` tag in the project's `AndroidManifest.xml` (see [here][uses-sdk]). +android-targetSdkVersion
{% cdv_vartype number %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version][android-api-level-support]*
Sets the `targetSdkVersion` attribute of the `` tag in the project's `AndroidManifest.xml` (see [here][uses-sdk]). +android-compileSdkVersion
{% cdv_vartype number %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version][android-api-level-support]*
Sets the `compileSdkVersion` attribute. +android-buildToolsVersion
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version][android-api-level-support]*
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.

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. +GradleVersion
{% cdv_vartype string %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version][android-api-level-support]*
Sets the gradle wrapper version to use.

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
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version][android-api-level-support]*
Sets the Android Gradle Plugin version to use.

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
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version][android-api-level-support]*
Overrides Android App Compat library version. +AndroidXWebKitVersion
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version][android-api-level-support]*
Overrides Android WebKit library version. AppendUserAgent
{% 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
{% 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.
__Note__: `transparent` value will set the application tile background to the accent color on Windows. CordovaWebViewEngine
{% cdv_vartype string %} {% cdv_platform ios %} | *Default: CDVWebViewEngine*
This sets the WebView engine plugin to be used to render the host app. The plugin must conform to the CDVWebViewEngineProtocol protocol. The 'value' here should match the 'feature' name of the WebView engine plugin that is installed. This preference usually would be set by the WebView engine plugin that is installed, automatically. @@ -337,7 +337,7 @@ ErrorUrl
{% cdv_vartype url %} {% cdv_platform android %} {% cdv_platform io FullScreen
{% cdv_vartype boolean %} {% cdv_platform android %} | *Default: false*
Allows you to hide the status bar at the top of the screen.
__Note__: Recommended platform-agnostic way to achieve this is to use the [StatusBar plugin][statusbar_plugin]. GapBetweenPages
{% cdv_vartype float %} {% cdv_platform ios %} | *Default: 0*
The size of the gap, in points, between pages. GradlePluginGoogleServicesEnabled
{% cdv_vartype boolean %} {% cdv_platform android %} | *Default: false*
Set to true to enable the Google Services Gradle plugin. -GradlePluginGoogleServicesVersion
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version](../../guide/platforms/android/index.html#android-api-level-support)*
Overrides the Google Services library version. +GradlePluginGoogleServicesVersion
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: [Dependent on cordova-android Version][android-api-level-support]*
Overrides the Google Services library version. GradlePluginKotlinEnabled
{% cdv_vartype boolean %} {% cdv_platform android %} | *Default: false*
Set to true to allow Kotlin files to be built. GradlePluginKotlinCodeStyle
{% cdv_vartype string %} {% cdv_platform android %} | *Default: official*
Allowed values: official, obsolete
Sets how the Kotlin code is formatting for readability. GradlePluginKotlinVersion
{% cdv_vartype semver %} {% cdv_platform android %} | *Default: 1.3.50*
Set the version of the Kotlin Gradle plugin to be used. @@ -518,3 +518,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