迁移探路模块和tanlulib代码至此
This commit is contained in:
25
libraries/tanlulib/src/main/AndroidManifest.xml
Normal file
25
libraries/tanlulib/src/main/AndroidManifest.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.zhidao.roadcondition">
|
||||
|
||||
<application>
|
||||
<!--分享相关广播-->
|
||||
<receiver
|
||||
android:name=".receiver.ShareRoadReceiver"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="com.zhidao.share.roadcondition.action" />
|
||||
<category android:name="android.intent.category.HOME" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<!--获取图片和视频的服务-->
|
||||
<service
|
||||
android:name=".service.MainService"
|
||||
android:enabled="true" />
|
||||
|
||||
<service
|
||||
android:name=".service.DelayService"
|
||||
android:exported="false" />
|
||||
|
||||
</application>
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user