|
|
|
|
@ -27,7 +27,7 @@ |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.activity.HomeActivity" |
|
|
|
|
android:screenOrientation="landscape"> |
|
|
|
|
android:screenOrientation="sensorLandscape"> |
|
|
|
|
<intent-filter> |
|
|
|
|
<action android:name="android.intent.action.MAIN" /> |
|
|
|
|
|
|
|
|
|
@ -38,28 +38,28 @@ |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.activity.LivePlayActivity" |
|
|
|
|
android:screenOrientation="landscape" /> |
|
|
|
|
android:screenOrientation="sensorLandscape" /> |
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.activity.DetailActivity" |
|
|
|
|
android:screenOrientation="landscape" /> |
|
|
|
|
android:screenOrientation="sensorLandscape" /> |
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.activity.PlayActivity" |
|
|
|
|
android:screenOrientation="landscape" /> |
|
|
|
|
android:screenOrientation="sensorLandscape" /> |
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.activity.PushActivity" |
|
|
|
|
android:screenOrientation="landscape" /> |
|
|
|
|
android:screenOrientation="sensorLandscape" /> |
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.activity.SearchActivity" |
|
|
|
|
android:screenOrientation="landscape" /> |
|
|
|
|
android:screenOrientation="sensorLandscape" /> |
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.activity.SettingActivity" |
|
|
|
|
android:screenOrientation="landscape" /> |
|
|
|
|
android:screenOrientation="sensorLandscape" /> |
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.activity.HistoryActivity" |
|
|
|
|
android:screenOrientation="landscape" /> |
|
|
|
|
android:screenOrientation="sensorLandscape" /> |
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.activity.CollectActivity" |
|
|
|
|
android:screenOrientation="landscape" /> |
|
|
|
|
android:screenOrientation="sensorLandscape" /> |
|
|
|
|
|
|
|
|
|
<receiver android:name=".receiver.SearchReceiver"> |
|
|
|
|
<intent-filter> |
|
|
|
|
@ -97,4 +97,4 @@ |
|
|
|
|
android:value="disable" /> |
|
|
|
|
</application> |
|
|
|
|
|
|
|
|
|
</manifest> |
|
|
|
|
</manifest> |
|
|
|
|
|