修改xml提交
parent
f33f84b967
commit
063b246fce
|
|
@ -6,16 +6,15 @@
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/AppTheme"
|
|
||||||
android:name=".BaseApplication"
|
android:name=".BaseApplication"
|
||||||
android:networkSecurityConfig="@xml/network_security_config">
|
android:networkSecurityConfig="@xml/network_security_config">
|
||||||
|
|
||||||
<meta-data android:name="PSDK_GAME_PROXY_APPLICATION" android:value="com.mht.GameApplication" />
|
<!-- <meta-data android:name="PSDK_GAME_PROXY_APPLICATION" android:value="com.mht.GameApplication" />-->
|
||||||
<meta-data android:name="channelId" android:value="MHT" />
|
<!-- <meta-data android:name="channelId" android:value="MHT" />-->
|
||||||
<meta-data android:name="mhtrhappid" android:value="7bb5f604306ccd93fc19f05d3a374e84" />
|
<!-- <meta-data android:name="mhtrhappid" android:value="7bb5f604306ccd93fc19f05d3a374e84" />-->
|
||||||
<meta-data android:name="mhtappid" android:value="e4ecefecc8034cffaa69e81b2c044f2c" />
|
<!-- <meta-data android:name="mhtappid" android:value="e4ecefecc8034cffaa69e81b2c044f2c" />-->
|
||||||
<meta-data android:name="channellevel1" android:value="MHT" />
|
<!-- <meta-data android:name="channellevel1" android:value="MHT" />-->
|
||||||
<meta-data android:name="channellevel2" android:value="MHT" />
|
<!-- <meta-data android:name="channellevel2" android:value="MHT" />-->
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".LDMhtActivity"
|
android:name=".LDMhtActivity"
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue