VivekThummar52

Results 30 comments of VivekThummar52

Just add this line in `AndroidManifest` file : `android:requestLegacyExternalStorage="true"`

@SagarAghara can you please describe how can we achieve it ??

@braintrapp Can you please write a little more detailed answer if possible..

Have a look at this answer, it also worked for me: https://github.com/igreenwood/SimpleCropView/issues/68#issuecomment-228911888

Have a look at this answer, it also worked for me: https://github.com/igreenwood/SimpleCropView/issues/68#issuecomment-228911888

look for `fun setTextContent()` in `SneakerView.kt`, there is `textSize` provided by `tvTitle.textSize = 14f` for title and `tvMessage.textSize = 12f` for message..

Please describe a little more information on what's the problem?

I don't think so, because i have used this and it works fine in all the tested devices with Android 10. Can you please specify where the issue occurs (while...

So, basically the solution is to simply add "requestLegacyExternalStorage=true" in manifest file?