Is there any way of using Java or C++ to prevent all applications from writing to the SD card while my application is performing a write operation? Maybe some Linux system call which can do it?
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.
No.
You cannot prevent from all applications to write to SDCARD. (Applications have been given equal privileged in Android in un-rooted phone)
Yes if the phone is rooted you can perform this action.