Revert "Lock launcher to portrait on devices less than sw720dp"

This reverts commit 51726adc25
Bug: 6580571
This commit is contained in:
Jeff Brown 2012-06-04 14:15:42 -07:00 committed by Android (Google) Code Review
parent 51726adc25
commit a60166386d
1 changed files with 1 additions and 1 deletions

View File

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