<intent-filter>
<action android:name="com.xx.service.xxService.Action" />
<data android:scheme="http" android:host="www.baidu.com" />
</intent-filter>
</service>
如果要配置多个data,path属性就不要写了,不然会引起很多不必要的麻烦。
</service>
如果要配置多个data,path属性就不要写了,不然会引起很多不必要的麻烦。