i have an app that writes info whenever user hits record button & that works fine.
Now when I connect my device to PC and run the app, it still works fine and shows me the latest info on device but it does not update the file that I am viewing on my PC.
How can I update(or refresh) my files every time after the file-writing is done ? (By the way, I am writing info on device’s internal memory)
i have an app that writes info whenever user hits record button & that
Share
Are you trying to write to the SD card while it’s mounted on your PC? When it’s mounted on a PC, it gets unmounted on your phone due to the way its file system works, that’s why this is happening.