AndroidManifest.xml 424 B

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