sdcard

  1. C

    Android Code Snippet Copy from Dir.Internal to SD Card using ExternalStorage

    I was looking for help on copying data from Dir.Internal to an SD Card using the ExternalStorage class and noticed a few other people couldn't quite get to grips with it either. So for them here's an example, which works for me. Took me a while to get something to work, but got there eventually...
  2. I

    Android Question How to access the whole of external SD card?

    I am currently working on an app that is for Android 5.0 and above. From a service I need to copy some files to external SD card (not internal SD card returned by File.DirRootExternal). I specifically need access to the root of the external SD card as the files are to be copied to a folder that...
Top