Skip to content

Commit

Permalink
Compat install on Android 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yjfnypeu committed Apr 4, 2018
1 parent 2864bed commit 8f45ef6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ UpdateConfig.getConfig()
##### 1. 普通更新任务

```
// 使用无参构造的create方法进行任务创建。将使用上面默认的UpdateConfig实例进行更新配置
UpdateBuilder.create()
.check();// 启动更新任务
```
Expand Down
1 change: 1 addition & 0 deletions updatepluginlib/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<application>
<provider
android:name=".util.UpdateInstallProvider"
Expand Down

0 comments on commit 8f45ef6

Please sign in to comment.