修改usesCleartextTraffic类型

This commit is contained in:
zhl 2021-01-06 19:12:33 +08:00
parent 218ccfbee2
commit 037f0f7937

View File

@ -24,7 +24,7 @@
<meta-data android:name="android.max_aspect" android:value="2.2" /> <meta-data android:name="android.max_aspect" android:value="2.2" />
<activity android:name=".SplashActivity" <activity android:name=".SplashActivity"
android:launchMode="singleTask" android:launchMode="singleTop"
android:screenOrientation="portrait" android:screenOrientation="portrait"
android:configChanges="orientation|keyboardHidden|screenSize|screenLayout" android:configChanges="orientation|keyboardHidden|screenSize|screenLayout"
android:theme="@style/SplashTheme" android:theme="@style/SplashTheme"