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

Search results

  1. R

    Apps save image with EXIF data

    Hi, i wrotw an app to take image from android phone and save it into memory Intent Call_Inbuilt_Camera = new Intent("android.media.action.IMAGE_CAPTURE"); startActivityForResult(Call_Inbuilt_Camera, 1); Now after saving image, it strips off EXIF data...... I need to preserve EXIF...