You've already forked Commercialization.topon
update 1.1.25
This commit is contained in:
10
Plugins/Android/AndroidManifest.xml.DISABLED
Normal file
10
Plugins/Android/AndroidManifest.xml.DISABLED
Normal file
@@ -0,0 +1,10 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user