|
|
@@ -33,7 +33,6 @@
|
|
|
android:allowBackup="true"
|
|
|
android:label="@string/app_name"
|
|
|
android:usesCleartextTraffic="true"
|
|
|
- android:hardwareAccelerated="true"
|
|
|
android:icon="@mipmap/ic_launcher">
|
|
|
<!-- Tell Cocos2dxActivity the name of our .so -->
|
|
|
<meta-data android:name="android.app.lib_name"
|
|
|
@@ -45,7 +44,8 @@
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize|screenLayout"
|
|
|
android:label="@string/app_name"
|
|
|
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
|
|
- android:taskAffinity="com.aries.kncdsf.mz"
|
|
|
+ android:launchMode="singleTask"
|
|
|
+ android:taskAffinity=""
|
|
|
android:keepScreenOn="true">
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
@@ -75,7 +75,6 @@
|
|
|
</activity>
|
|
|
|
|
|
|
|
|
- <!-- topon广告 -->
|
|
|
<uses-library android:name="org.apache.http.legacy" android:required="false"/>
|
|
|
<!-- source file: china/network_sdk/pangle/AndroidManifest.xml -->
|
|
|
<provider
|