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

* Root Cause
  The interface is not set for vertical display
* Solution
  Interface settings for vertical display
* 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: I38ae208efe31e3dd72be417f5ff747ba25b2429b
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4072227..e27abda 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>