Update README.md

添加广播事件的说明
pull/330/head
laoyuyu 8 years ago committed by GitHub
parent 7e438501d0
commit cbbe9ef87a
  1. 5
      README.md

@ -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参数配置
#### 配置文件设置参数

Loading…
Cancel
Save