From 1c236f1ca5b773d81c07068aac8d77b644d509e7 Mon Sep 17 00:00:00 2001 From: laoyuyu <511455842@QQ.com> Date: Tue, 13 Jun 2017 22:37:09 +0800 Subject: [PATCH] Create README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 88410585..663316e3 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,7 @@ annotationProcessor 'com.arialyy.aria:aria-compiler:3.1.8' ``` ### 下载状态获取 -如果你希望读取下载进度或下载信息,那么你需要创建事件类,并在onResume(Activity、Fragment)或构造函数(Dialog、PopupWindow),将该事件类注册到Aria管理器。 - +如果你希望读取下载进度或下载信息,那么你需要 * 将对象注册到Aria ` Aria.download(this).register();`或`Aria.upload(this).register();`