Guest User

Untitled

a guest
Aug 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Duplicate Media Files
  2. Intent intent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);
  3. intent.putExtra(MediaStore.EXTRA_OUTPUT, outputFileUri);
  4. startActivityForResult(intent, 1);
Add Comment
Please, Sign In to add comment