Bug 1047021 - Don't force portrait mode. r=wesj

This commit is contained in:
Margaret Leibovic 2014-08-11 16:16:01 -07:00
parent 38bcfc926c
commit d97996bec5

View File

@ -3,8 +3,7 @@
android:launchMode="singleTop" android:launchMode="singleTop"
android:icon="@drawable/search_launcher" android:icon="@drawable/search_launcher"
android:label="@string/search_app_name" android:label="@string/search_app_name"
android:theme="@style/AppTheme" android:theme="@style/AppTheme">
android:screenOrientation="portrait">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN"/> <action android:name="android.intent.action.MAIN"/>