am f44a1a70: am 51726adc: Lock launcher to portrait on devices less than sw720dp

* commit 'f44a1a70325818195ae56178eb55b90ecbdd8b6f':
  Lock launcher to portrait on devices less than sw720dp
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 47278bb..a0ebe6fb 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -73,7 +73,7 @@
             android:stateNotNeeded="true"
             android:theme="@style/Theme"
             android:windowSoftInputMode="adjustPan"
-            android:screenOrientation="nosensor">
+            android:screenOrientation="portrait">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
                 <category android:name="android.intent.category.HOME" />