Files
MoGoEagleEye/libraries/map-autonavi/src/main/AndroidManifest.xml
wangcongtao d45013da2a opt
2020-06-05 12:20:25 +08:00

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>