This commit is contained in:
wangcongtao
2020-06-05 12:19:13 +08:00
parent 075ca7d3a9
commit 44ec5cdcfe
15 changed files with 317 additions and 79 deletions

View File

@@ -2,12 +2,12 @@
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>
<!-- <receiver-->
<!-- android:name=".navi.AutoNaviReceiver"-->
<!-- android:exported="true">-->
<!-- <intent-filter>-->
<!-- <action android:name="AUTONAVI_STANDARD_BROADCAST_SEND" />-->
<!-- </intent-filter>-->
<!-- </receiver>-->
</application>
</manifest>