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

jcesarmobile 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 9361cf4  docs(android): remove AndroidXEnabled preference (#1173)
9361cf4 is described below

commit 9361cf4874fc1afc88de46113883c303d8e85410
Author: jcesarmobile <jcesarmob...@gmail.com>
AuthorDate: Thu May 6 11:19:11 2021 +0200

    docs(android): remove AndroidXEnabled preference (#1173)
---
 www/docs/en/dev/config_ref/index.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/www/docs/en/dev/config_ref/index.md 
b/www/docs/en/dev/config_ref/index.md
index d588ec2..f504a8e 100644
--- a/www/docs/en/dev/config_ref/index.md
+++ b/www/docs/en/dev/config_ref/index.md
@@ -292,7 +292,6 @@ Attributes(type) <br/> <span class="sub-header">Only for 
platform:</span> | Desc
 AllowInlineMediaPlayback(boolean) <br/> ==iOS== | *Default: false* <br/>  Set 
to true to allow HTML5 media playback to appear inline within the screen 
layout, using browser-supplied controls rather than native controls. For this 
to work, add the ```playsinline``` attribute to any ```<video>``` elements. 
*NOTE*: Prior to iOS 10, ```<video>``` elements need to use the 
```webkit-playsinline``` attribute name instead.
 AllowNewWindows(boolean) <br/> ==iOS== | *Default: false* <br/> Set to true to 
allow JavaScript `window.open` and HTML `target="\_blank"` links to open a new 
view overlaying the web view.
 AndroidLaunchMode(string) <br/> ==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.
-AndroidXEnabled(string) <br/> ==Android== | *Default: false* <br/>  Sets to 
true to use AndroidX Support Libraries.
 android-maxSdkVersion(integer) <br/> ==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(integer) <br/> ==Android== | *Default: Dependent on 
cordova-android Version* <br/>  Sets the `minSdkVersion` attribute of the 
`<uses-sdk>` tag in the project's `AndroidManifest.xml` (see [here][uses-sdk]).
 android-targetSdkVersion(integer) <br/> ==Android== | *Default: Dependent on 
cordova-android Version* <br/>  Sets the `targetSdkVersion` attribute of the 
`<uses-sdk>` tag in the project's `AndroidManifest.xml` (see [here][uses-sdk]).
@@ -398,7 +397,6 @@ Examples:
 <preference name="DefaultVolumeStream" value="call" />
 <preference name="OverrideUserAgent" value="Mozilla/5.0 My Browser" />
 <preference name="AppendUserAgent" value="My Browser" />
-<preference name="AndroidXEnabled" value="true" />
 <preference name="GradlePluginGoogleServicesEnabled" value="true" />
 <preference name="GradlePluginGoogleServicesVersion" value="4.2.0" />
 <preference name="GradlePluginKotlinEnabled" value="true" />

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

Reply via email to