NiklasMerz commented on a change in pull request #1050: usesCleartextTraffic 
information
URL: https://github.com/apache/cordova-docs/pull/1050#discussion_r363498110
 
 

 ##########
 File path: www/docs/en/dev/guide/platforms/android/index.md
 ##########
 @@ -766,6 +766,22 @@ The corresponding html:
     </body>
 </html>
 ```
+### Android Quirks
+The default API level in the Cordova Android platform has been upgraded. On an 
Android 9 device, clear text communication is now disabled by default.
+
+Indicates whether the app intends to use cleartext network traffic, such as 
cleartext HTTP. The default value for apps that target API level 27 or lower is 
"true". Apps that target API level 28 or higher default to "false".
 
 Review comment:
   ```suggestion
   
   ```
   This might be confusing in this context. Better link to the Android docs 
below.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to