添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
完美的牛肉面  ·  第400章 烈阳和暗影·  1 月前    · 
谦虚好学的烤地瓜  ·  GitHub - ...·  2 月前    · 
低调的煎饼  ·  Training stuck (multi ...·  2 月前    · 

Description

The android:usesCleartextTraffic attribute 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".

Recommendation

Explicitly set the attribute android:usesCleartextTraffic value to false and define an Android Network Security Config.

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 .

<application android:icon="@drawable/icon" android:usesCleartextTraffic="false">