hch
2023-11-19 a458ea510569c1c8ef0ca67b8af21ccf9447c9a3
Channel/Android/mlgtgame/AndroidManifest.xml
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- GENERATED BY UNITY. REMOVE THIS COMMENT TO PREVENT OVERWRITING WHEN EXPORTING AGAIN-->
<manifest
    xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.unity3d.player"
    xmlns:tools="http://schemas.android.com/tools">
    <application>
        <activity android:name="com.secondworld.sdk.SplashActivity">
        <activity android:name="com.secondworld.sdk.SplashActivity" android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
@@ -13,7 +12,7 @@
        </activity>
         <activity android:name="com.secondworld.sdk.GameActivity"
                  android:theme="@style/UnityThemeSelector">
                  android:theme="@style/UnityThemeSelector" android:exported="true">
            <meta-data android:name="unityplayer.UnityActivity" android:value="true" />
         </activity>
    </application>