| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| | | xmlns:tools="http://schemas.android.com/tools" |
| | | package="com.secondworld.univeralsdk" |
| | | android:installLocation="auto" |
| | | android:versionCode="1" |
| | |
| | | |
| | | <uses-sdk |
| | | android:minSdkVersion="16" |
| | | android:targetSdkVersion="26" /> |
| | | android:targetSdkVersion="22" /> |
| | | |
| | | <uses-permission android:name="android.permission.INTERNET" /> |
| | | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
| | |
| | | android:icon="@drawable/app_icon" |
| | | android:isGame="true" |
| | | android:label="@string/app_name" |
| | | android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" > |
| | | android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" > |
| | | <meta-data |
| | | android:name="android.max_aspect" |
| | | android:value="1075838976.000000" /> |
| | |
| | | android:name="com.secondworld.univeralsdk.YJSplashActivity" |
| | | android:configChanges="keyboardHidden|orientation|screenSize" |
| | | android:label="@string/app_name" |
| | | android:screenOrientation="landscape" > |
| | | android:launchMode="singleTop" |
| | | android:screenOrientation="landscape" |
| | | tools:replace="android:launchMode" > |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.MAIN" /> |
| | | |
| | |
| | | android:name="com.secondworld.univeralsdk.MainActivity" |
| | | android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection" |
| | | android:label="@string/app_name" |
| | | android:launchMode="singleTask" |
| | | android:screenOrientation="sensorLandscape" > |
| | | android:launchMode="singleTop" |
| | | android:screenOrientation="sensorLandscape" |
| | | tools:replace="android:launchMode" > |
| | | <intent-filter> |
| | | <category android:name="android.intent.category.DEFAULT" /> |
| | | <category android:name="android.intent.category.LEANBACK_LAUNCHER" /> |