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: Ib1ff9b69c1ff7a3f7dad3c82f88a841c4ead2148
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e27abda..eb30426 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -135,6 +135,7 @@
 
     <activity android:name="com.android.wallpaper.picker.ViewOnlyPreviewActivity"
          android:resizeableActivity="false"
+         android:screenOrientation="portrait"
          android:theme="@style/WallpaperTheme.Preview">
     </activity>
   </application>