File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1" android : versionName =" 1.0" package =" com.company.productname" android : installLocation =" preferExternal" >
3+ <supports-screens android : anyDensity =" true" android : largeScreens =" true" android : normalScreens =" true" android : smallScreens =" true" android : xlargeScreens =" true" />
4+ <application android : icon =" @drawable/app_icon" android : label =" @string/app_name" android : theme =" @style/UnityThemeSelector" android : debuggable =" false" android : isGame =" true" android : banner =" @drawable/app_banner" >
5+ <activity android : label =" @string/app_name" android : name =" com.unity3d.nostatusbar.UnityPlayerActivityStatusBar" android : screenOrientation =" fullSensor" android : launchMode =" singleTask" android : configChanges =" mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" >
6+ <intent-filter >
7+ <action android : name =" android.intent.action.MAIN" />
8+ <category android : name =" android.intent.category.LAUNCHER" />
9+ <category android : name =" android.intent.category.LEANBACK_LAUNCHER" />
10+ </intent-filter >
11+ <meta-data android : name =" unityplayer.UnityActivity" android : value =" true" />
12+ </activity >
13+ </application >
14+ <uses-sdk android : minSdkVersion =" 9" android : targetSdkVersion =" 23" />
15+ <uses-feature android : glEsVersion =" 0x00020000" />
16+ <uses-feature android : name =" android.hardware.touchscreen" android : required =" false" />
17+ <uses-feature android : name =" android.hardware.touchscreen.multitouch" android : required =" false" />
18+ <uses-feature android : name =" android.hardware.touchscreen.multitouch.distinct" android : required =" false" />
19+ </manifest >
You can’t perform that action at this time.
0 commit comments