Files
Commercialization.topon/Plugins/Android/AndroidManifest.xml.DISABLED
2024-03-07 15:23:32 +08:00

11 lines
465 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.unity3d.player"
xmlns:tools="http://schemas.android.com/tools">
<application tools:replace="android:networkSecurityConfig">
<!--这个设置主要是为了适配9.0以上的机器(必须使用)-->
<uses-library android:name="org.apache.http.legacy" android:required="false" />
</application>
</manifest>