FP4T-495 [wallpaper & style] The preview UI doesn't display normally with landscape screen

* Root Cause
  No code for synchronizing FP5
* Solution
  Force vertical screen setting
* Test Steps
  1.Enter Settings-> wallpaper & style
  2.Rotate the screen to landscape screen
  3.Change Wallpaper-> Select a item
  4.Check the UI

Change-Id: I70f08879d192075c5bfba8bbf50bf3198ca50191
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4072227..eb30426 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -110,6 +110,7 @@
 
     <activity android:name="com.android.wallpaper.picker.PreviewActivity"
          android:resizeableActivity="false"
+         android:screenOrientation="portrait"
          android:theme="@style/WallpaperTheme.Preview">
     </activity>
 
@@ -134,6 +135,7 @@
 
     <activity android:name="com.android.wallpaper.picker.ViewOnlyPreviewActivity"
          android:resizeableActivity="false"
+         android:screenOrientation="portrait"
          android:theme="@style/WallpaperTheme.Preview">
     </activity>
   </application>