14 lines
504 B
XML
14 lines
504 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.mogo.och.common.module">
|
|
|
|
<application>
|
|
<receiver android:name="com.mogo.och.common.module.debug.BizBroadcastReceiver"
|
|
android:exported="true">
|
|
<intent-filter>
|
|
<action android:name="com.mogo.launcher.debug" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
</intent-filter>
|
|
</receiver>
|
|
</application>
|
|
</manifest> |