Android 4.4 - create application dir on secondary sd card
问题 I am aware about changes in Access to SD card introduced by Google with Android 4.4. However in my application I need to be able to store data on some removable /secondary sd card. When I create the application folder (app.xyz.com) on the secondary using default file manager then I am able to create dirs and files inside. But by default such dir dosen't exist on secondary sd card. So, I would like to create the application specific dir programmatically inside my application… Do you have any