aminography / ChoosePhotoHelper

ChoosePhotoHelper develops a component which facilitates the source code of picking photos in your Android apps.
Apache License 2.0
57 stars 26 forks source link

update documentation #12

Closed alahammad closed 4 years ago

alahammad commented 4 years ago

Hello, can you update your documentation with this :

If you target Android 10 or higher(targetSdkVersion >= 29), set the value of requestLegacyExternalStorage to true in your app's manifest file:

<manifest ... >

<application android:requestLegacyExternalStorage="true" ... >
  ...
</application>

aminography commented 4 years ago

Hi Ala; Yes, sure. Thanks for your contribution.

aminography commented 4 years ago

The problem is solved in version 1.2.0.