Skip to content

Commit

Permalink
update Android 10 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xuqiangqiang committed Nov 18, 2020
1 parent b1880af commit 10e56ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ Add the following keys to your Info.plist file, located in <project root>/ios/Ru
## Android
You need to ask for storage permission to save an image to the gallery. You can handle the storage permission using [flutter_permission_handler](https://github.com/BaseflowIT/flutter-permission-handler).
In Android version 10, Open the manifest file and add this line to your application tag
```
<application android:requestLegacyExternalStorage="true" .....>
```

## Example
Saving an image from the internet, quality and name is option
Expand Down

0 comments on commit 10e56ad

Please sign in to comment.