Update README.md

添加广播事件的说明
This commit is contained in:
laoyuyu
2017-05-31 22:18:10 +08:00
committed by GitHub
parent 7e438501d0
commit cbbe9ef87a

View File

@ -109,6 +109,11 @@ compile 'com.arialyy.aria:Aria:3.1.1'
Aria.whit(this).addSchedulerListener(new MySchedulerListener());
}
```
### 使用广播接收器接收Aria的下载事件
有的时候你可能希望在广播中接收Aria的下载事件那么你需要
* 在[配置文件](#配置文件设置参数)中把` <openBroadcast value="false"/>`中的value改为true
* [点击该链接查看注册Aria广播的方式](https://github.com/AriaLyy/Aria/blob/master/BroadCast.md)
### Aria参数配置
#### 配置文件设置参数