当前位置:首页 > Web开发 > 正文

AndroidManifest.xml applicationandroid:name ="com.code369.v

2024-03-31 Web开发

AndroidManifest.xml
<application android:name="com.code369.veclib.EasyApplication" android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher" android:supportsRtl="true" android:usesCleartextTraffic="true" android:theme="@style/AppTheme">

允许使用明文本连接(非https)

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/web/30260.html