This commit is contained in:
wangcongtao
2020-06-05 12:20:25 +08:00
parent 44ec5cdcfe
commit d45013da2a

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>