添加广播事件的说明
@ -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参数配置
#### 配置文件设置参数