Skip to content

Commit

Permalink
Merge pull request #66 from woodwen/master
Browse files Browse the repository at this point in the history
Optimize
  • Loading branch information
woodwen authored Jul 10, 2023
2 parents c6ae805 + 703fa3f commit 8c51027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ In Android version >= 8.0 , You need to request permission for REQUEST_INSTALL_P
```
In Android version <= 6.0 , You need to request permission for WRITE_EXTERNAL_STORAGE to copy the apk from the app private location to the download directory
```
<!--外部存储的写权限-->
<!-- write permissions for external storage -->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
```

Expand Down

0 comments on commit 8c51027

Please sign in to comment.