13 lines
474 B
XML
13 lines
474 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.mogo.module.common" >
|
|
|
|
<application>
|
|
<receiver android:name=".datacenter.receiver.SnapShotMockTestPanelBroadCastReceiver">
|
|
<intent-filter>
|
|
<action android:name="com.loc.test_panel_control" />
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
</intent-filter>
|
|
</receiver>
|
|
</application>
|
|
</manifest>
|