In my android app I write some files to SD card.
However there is a condition that if the SD card is READ-ONLY
then I have to change screen settings accordingly.
How can I check it in my code if a SD card is read only ?
In my android app I write some files to SD card. However there is
Share
try using Environment.MEDIA_MOUNTED_READ_ONLY as: