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

11 lines
388 B
XML

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