}
catch (FileNotFoundException e)
{
e.printStackTrace();
}
obmp.compress(CompressFormat.PNG, 100, m_fileOutPutStream);
try
{
m_fileOutPutStream.flush();
m_fileOutPutStream.close();
}
catch (IOException e)
{
e.printStackTrace();
}
Intent intent = new Intent(this, TakePicture.class);
startActivityForResult(intent, 1);
}
break;
case R.id.btn_photo:
if(event.getAction() ==MotionEvent.ACTION_DOWN)
{