13 lines
416 B
XML
13 lines
416 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.mogo.map.impl.automap">
|
|
|
|
<application>
|
|
<receiver
|
|
android:name=".navi.AutoNaviReceiver"
|
|
android:exported="true">
|
|
<intent-filter>
|
|
<action android:name="AUTONAVI_STANDARD_BROADCAST_SEND" />
|
|
</intent-filter>
|
|
</receiver>
|
|
</application>
|
|
</manifest> |