Create a public folder in internal storage
- by user2516977
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..