how to get persistent storage path in android

Hi EveryOne

I am developing an app where i need to download images from internet and store them app specific/persistent storage (which user cant access) and show them

I am successful in doing so in ios by taking path from fileUtils->getWriteable path, but failed to do so in android using the same .

Please tell me how to get path to persistent storage or is it different to load image from persistent storage in android?

Thank you
Yashu

GetWritablePath should give you a path on all platforms where you can read / write.

What’s the problem you are having with Android?