Taking a high quality image through default camera activity and saving it o the sd card
问题 I am taking a high resolution picture through the default camera activity(using intent.put Extras ),and saving it to the sd card, Code: public class CameraActivity extends Activity implements OnClickListener { /** Called when the activity is first created. */ Button takepicture ; ImageView iv ; TextView tv; Button show; String filepath; Intent i; Uri mUri; final static int cameraData = 0; File folder = null; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate