[删除代码]
This commit is contained in:
yangyakun
2024-05-16 16:22:47 +08:00
parent b45cb6f72f
commit 94060edcdb
51 changed files with 10 additions and 1693 deletions

View File

@@ -2,14 +2,6 @@
package="com.mogo.och.shuttle">
<application>
<!--这里是为了测试增加的广播-->
<receiver android:name="com.mogo.och.shuttle.receiver.TestBusBroadcastReceiver">
<intent-filter>
<action android:name="com.bus.test_control" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>
<activity android:name="com.mogo.och.shuttle.ui.BusSwitchLineActivity"
android:theme="@style/SwitchLineDialogStyle"
android:launchMode="singleTask"