19 lines
588 B
XML
19 lines
588 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.mogo.module.tanlu">
|
|
|
|
<application>
|
|
<activity
|
|
android:name=".video.FullMediaActivity"
|
|
android:hardwareAccelerated="true">
|
|
</activity>
|
|
|
|
<receiver android:name=".receiver.MarkerInfoReceiver">
|
|
<intent-filter>
|
|
<action android:name="com.zhidao.roadcondition.marker.info" />
|
|
<category android:name="android.intent.category.HOME" />
|
|
</intent-filter>
|
|
</receiver>
|
|
|
|
</application>
|
|
|
|
</manifest> |