Skip to content

Commit 9b59471

Browse files
committed
fix: update readme
1 parent 091d017 commit 9b59471

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
* [扫码加入QQ群](#扫码加入qq群)
2929
* [使用步骤](#使用步骤)
3030
* [使用技巧](#使用技巧)
31+
* [常见问题](#常见问题)
3132
* [版本更新记录](#版本更新记录)
33+
* [赞赏](#赞赏)
3234

3335
### 效果图
3436

@@ -163,6 +165,13 @@ val result = ApkUtil.deleteOldApk(this, "${externalCacheDir?.path}/appupdate.apk
163165
```java
164166
class MyDownload : BaseHttpDownloadManager() {}
165167
```
168+
### 常见问题
169+
170+
* App设置是横屏时下载完成无法拉起安装问题,可以在Manifest中对应的Activity添加如下代码
171+
172+
```xml
173+
android:configChanges="orientation|screenSize"
174+
```
166175

167176
### 版本更新记录
168177

0 commit comments

Comments
 (0)