File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 2
2
com.gamemaker.game
3
3
-->
4
4
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
5
+ xmlns : tools =" http://schemas.android.com/tools"
5
6
android : installLocation =" auto"
6
7
android : versionCode =" 1"
7
8
android : versionName =" devel" >
71
72
<activity
72
73
android : name =" MainActivity"
73
74
android : alwaysRetainTaskState =" true"
75
+ android : screenOrientation =" sensorLandscape"
74
76
android : configChanges =" layoutDirection|locale|orientation|uiMode|screenLayout|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation"
75
77
android : exported =" true"
76
78
android : label =" @string/app_name"
77
79
android : launchMode =" singleInstance"
78
- android : preferMinimalPostProcessing =" true" >
80
+ android : preferMinimalPostProcessing =" true"
81
+ tools : ignore =" DiscouragedApi" >
79
82
80
83
<!-- Let Android know that we can handle some USB devices and should receive this event -->
81
84
<intent-filter >
You can’t perform that action at this time.
0 commit comments