Locking orientation on phones (issue 4967793)

Change-Id: I6b5fe63547f43c408feea75f35dc0a08d06c258c
This commit is contained in:
Adam Cohen
2011-09-15 18:21:21 -07:00
parent c3665faf45
commit 446e940fc8
4 changed files with 25 additions and 14 deletions

View File

@@ -75,7 +75,8 @@
android:clearTaskOnLaunch="true"
android:stateNotNeeded="true"
android:theme="@style/Theme"
android:windowSoftInputMode="adjustPan">
android:windowSoftInputMode="adjustPan"
android:screenOrientation="nosensor">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.HOME" />