Create a public folder in internal storage

Posted by user2516977 on Stack Overflow See other posts from Stack Overflow or by user2516977
Published on 2013-06-24T16:11:37Z Indexed on 2013/06/24 16:21 UTC
Read the original article Hit count: 69

Filed under:
|
|

sorry for my english, but i want to write in this forum because in my opinion is the best. Now my problem: I want to create a folder in Internal storage to share with 2 application. in my app, i download an Apk from my server and i run it. Before I used external storage and everything worked. Now i want to use the internal storage for users that don't have an external storage.

I use this:

String folderPath = getFilesDir() + "Dir"

but when i try to run the apk, doesn't work. and i can't find this folder on my phone.

Thank you..

© Stack Overflow or respective owner

Related posts about java

Related posts about android