Files
MoGoEagleEye/OCH/bus/driver/src/main/AndroidManifest.xml
yangyakun 94060edcdb [fea]
[删除代码]
2024-05-16 16:22:47 +08:00

11 lines
364 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.och.bus">
<application>
<activity android:name=".ui.BusSwitchLineActivity"
android:theme="@style/SwitchLineDialogStyle"
android:launchMode="singleTask"
android:screenOrientation="landscape" />
</application>
</manifest>