| | |
| | | <?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" android:exported="true"> |
| | | <application |
| | | android:allowNativeHeapPointerTagging="false"> |
| | | <activity android:name="com.secondworld.sdk.GameActivity" |
| | | android:theme="@style/UnityThemeSelector" android:exported="true"> |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.MAIN" /> |
| | | <category android:name="android.intent.category.LAUNCHER" /> |
| | | </intent-filter> |
| | | </activity> |
| | | |
| | | <activity android:name="com.secondworld.sdk.GameActivity" |
| | | android:theme="@style/UnityThemeSelector"> |
| | | <meta-data android:name="unityplayer.UnityActivity" android:value="true" /> |
| | | </activity> |
| | | </activity> |
| | | </application> |
| | | </manifest> |