Files
MoGoEagleEye/OCH/mogo-och-bus/src/main/AndroidManifest.xml
董宏宇 635f032bcf 关闭了一些日志
增加了一些注释
删除了一些废弃的UI代码
2021-04-26 20:41:37 +08:00

15 lines
492 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.och.bus">
<application>
<!--这里是为了测试增加的广播-->
<receiver android:name=".receiver.TestOchBusBroadcastReceiver">
<intent-filter>
<action android:name="com.bus.test_control" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>
</application>
</manifest>