This commit is contained in:
AriaLyy
2017-07-21 14:08:16 +08:00
parent e20ab6a3c9
commit 0399eed2f3
12 changed files with 108 additions and 65 deletions

View File

@@ -56,7 +56,6 @@ public class SimpleNotification {
public void start() {
Aria.download(mContext)
.load(DOWNLOAD_URL)
.setDownloadName("notification_test.apk")
.setDownloadPath(
Environment.getExternalStorageDirectory() + "/Download/消灭星星.apk")
.start();