Why does android allow delete a file, although it is being used by another application? For example: I have a mp3 file on sdcard, I use mp3 player to play it, and then I open a File Manager app and browse to that file; delete it successfully.
If on windows, a message will be displayed and we can't do that. Why does the android operating system not?
I don't know the principle of file management on android os. Does anyone have document about it? Help me please!