Is there any possibility given in Android Icecream-sandwich to programatically format,mount and unmount sdcard ?
Is there any possibility given in Android Icecream-sandwich to programatically format,mount and unmount sdcard
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Related API’s are in
com.androidserver.MountService(it’s not new), but this class is hidden and not available for SDK applications. In theory, you can get theMOUNT_FORMAT_FILESYSTEMSpermission (it is not a system permission), but you cannot use it since the API’s are not public.