This commit is contained in:
wangcongtao
2020-02-27 19:20:18 +08:00
parent 61424b3012
commit 522c12ada5
152 changed files with 113 additions and 5021 deletions

View File

@@ -1,33 +0,0 @@
<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>
<receiver android:name=".receiver.PushReceiver">
<intent-filter>
<action android:name="com.zhidao.roadcondition.split" />
<category android:name="android.intent.category.HOME" />
</intent-filter>
</receiver>
<receiver android:name=".receiver.ShareDialogReceiver">
<intent-filter>
<action android:name="com.zhidao.sharedialog" />
<category android:name="android.intent.category.HOME" />
</intent-filter>
</receiver>
</application>
</manifest>