opt
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user