Skip to content

Commit

Permalink
lock screen orientation to portrait
Browse files Browse the repository at this point in the history
  • Loading branch information
chrox committed Jul 1, 2014
1 parent dd9c381 commit d7dbdb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
android:hasCode="false" android:debuggable="true">
<activity android:name="android.app.NativeActivity"
android:label="@string/app_name"
android:screenOrientation="portrait"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
<meta-data android:name="android.app.lib_name"
android:value="luajit-launcher" />
Expand Down

0 comments on commit d7dbdb6

Please sign in to comment.