• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. V

    Apps Email Multiple Images

    I am trying to mail more than one image. and i saved images in /mnt/sdcard/MyFolder/subFolder/ i am creating uri for this path using Uri.fromFile(file); and added this uri an ArrayList. File file = new File("/mnt/sdcard/MyFolder/subFolder/1284965986728.jpg") Uri uri = Uri.fromFile(file)...