56 lines
2.1 KiB
XML
56 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.mogo.module.tanlu"
|
|
android:versionCode="1"
|
|
android:versionName="1.3.1.24" >
|
|
|
|
<uses-sdk
|
|
android:minSdkVersion="19"
|
|
android:targetSdkVersion="22" />
|
|
|
|
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
|
|
|
|
<application>
|
|
<activity
|
|
android:name="com.mogo.module.tanlu.video.FullMediaActivity"
|
|
android:hardwareAccelerated="true" >
|
|
</activity>
|
|
|
|
<receiver android:name="com.mogo.module.tanlu.receiver.MarkerInfoReceiver" >
|
|
<intent-filter>
|
|
<action android:name="com.zhidao.roadcondition.marker.info" />
|
|
|
|
<category android:name="android.intent.category.HOME" />
|
|
</intent-filter>
|
|
</receiver>
|
|
<receiver android:name="com.mogo.module.tanlu.receiver.GetInfoFailedReceiver" >
|
|
<intent-filter>
|
|
<action android:name="com.zhidao.roadcondition.getinfo.failed" />
|
|
|
|
<category android:name="android.intent.category.HOME" />
|
|
</intent-filter>
|
|
</receiver>
|
|
<receiver android:name="com.mogo.module.tanlu.receiver.PushReceiver" >
|
|
<intent-filter>
|
|
<action android:name="com.zhidao.roadcondition.split" />
|
|
|
|
<category android:name="android.intent.category.HOME" />
|
|
</intent-filter>
|
|
</receiver>
|
|
<receiver android:name="com.mogo.module.tanlu.receiver.ShareDialogReceiver" >
|
|
<intent-filter>
|
|
<action android:name="com.zhidao.sharedialog" />
|
|
|
|
<category android:name="android.intent.category.HOME" />
|
|
</intent-filter>
|
|
</receiver>
|
|
<receiver android:name="com.mogo.module.tanlu.receiver.DataErrorReceiver" >
|
|
<intent-filter>
|
|
<action android:name="com.zhidao.tanlu.dataerror" />
|
|
|
|
<category android:name="android.intent.category.HOME" />
|
|
</intent-filter>
|
|
</receiver>
|
|
</application>
|
|
|
|
</manifest> |