- <?xml version="1.0" encoding="utf-8"?>
- <manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.daya.orchestra.accompany">
- <application>
- <activity android:name=".web.AccompanyActivity"
- android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout"
- android:screenOrientation="landscape"/>
- </application>
- </manifest>
|