local storage - Create folder inside android folder of android device -


we know there folder in android named android contains data of app. saw many app folder inside store file there. question how can create folder inside android folder of android device , store application data inside of it?

please suggest something

we know there folder in android named android contains data of app

i assuming referring android/ directory seen in android sdk refers external storage.

how can create folder inside android folder of android device , store application data inside of it?

use getexternalfilesdir(), getexternalcachedir(), or getexternalmediadir(), methods available on implementations of context, such activity , service.

also, if want able see files create desktop os, need arrange have files indexed mediastore.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -