Files
MoGoEagleEye/OCH/shuttle/driver_weaknet/src/main/AndroidManifest.xml
yangyakun 579d706cbf [6.6.0]
[项目结构、扫码枪添加手机号]
2024-08-08 10:44:47 +08:00

11 lines
396 B
XML

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