【Android】删除对某特殊sdk的配置
parent
b45278e389
commit
b11fe20dfd
|
@ -17,15 +17,14 @@
|
|||
android:icon="@mipmap/app_icon"
|
||||
android:usesCleartextTraffic="true"
|
||||
android:label="@string/app_name"
|
||||
android:isGame="true"
|
||||
android:name="com.lingdong.packsdk.PSDKApplication" >
|
||||
android:isGame="true">
|
||||
<activity
|
||||
android:label="@string/app_name"
|
||||
android:screenOrientation="portrait"
|
||||
android:launchMode="singleTask"
|
||||
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection|density"
|
||||
android:hardwareAccelerated="false"
|
||||
android:name=".MhtMainActivity">
|
||||
android:name=".MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
@ -36,16 +35,6 @@
|
|||
<meta-data android:name="unity.build-id" android:value="43b9b4c5-242c-4c49-8e53-4dda6adbfa5f" />
|
||||
<meta-data android:name="unity.splash-mode" android:value="0" />
|
||||
<meta-data android:name="unity.splash-enable" android:value="True" />
|
||||
|
||||
<!--猕猴桃sdk配置-->
|
||||
<activity android:name="com.lingdong.packsdk.ui.PayWebActivity"></activity>
|
||||
<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="mhtrhappid" android:value="d0265404f55536a5c8b0ec33a9da27d3" />
|
||||
<meta-data android:name="mhtappid" android:value="e4ecefecc8034cffaa69e81b2c044f2c" />
|
||||
<meta-data android:name="channellevel1" android:value="MHT" />
|
||||
<meta-data android:name="channellevel2" android:value="MHT" />
|
||||
|
||||
<!--刘海屏打开刘海处的使用权限-->
|
||||
<meta-data android:name="android.notch_support" android:value="true" />
|
||||
<meta-data android:name="notch.config" android:value="portrait|landscape"/>
|
||||
|
|
Loading…
Reference in New Issue