2

Possible Duplicate:
How to safely remove SD card programmatically on Android

Hi Everyone iam new to android and in my application i got one requirement. My app needs to Unmounting and mouningt the SD Card time to time so please help me is there any way to unmount the SD card Programatically and Mount back using program itself.?

Community
  • 1
  • 1
Software Sainath
  • 1,040
  • 2
  • 14
  • 39

1 Answers1

2

No, this cannot be done. If it were, people could write malicious code to unmount SD card from the phone. Many users store all thier content like songs, videos, photos there. Hence it was a good security decision to not allow apps to unmount SD card, but use them to store data.

Royston Pinto
  • 6,681
  • 2
  • 28
  • 46