Possible duplicate:The built-in camera using the optional MediaStore.EXTRA_OUTPUT stores images twice (in my folder and by default)
I use: intent.putExtra(MediaStore.EXTRA_OUTPUT, Uri.fromFile("..path/filename.png") ) in combination with the corresponding methods.
intent.putExtra(MediaStore.EXTRA_OUTPUT, Uri.fromFile("..path/filename.png") )
It works in that I get the image stored in a file at the specified path. The problem is that it also saves the image in a different encoding of the date of the filename in /sdcard/DCIM/Camera/
filename
/sdcard/DCIM/Camera/
Is there a way to prevent this unwanted second file from being created?
No one has answered this question yet.
See similar questions:
or similar:
Source: https://habr.com/ru/post/1381483/More articles:Error using DependencyResolver to create a controller instance using MVC 3 - dependency-injectionAndroid video + audio recording - androidHuge delay the first time a browser accesses a web application running in Mono XSP - asp.net-mvchttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1381481/how-can-i-wrap-playjpas-model-class-with-a-generic-repository&usg=ALkJrhjfQZ7nAiyMr13Jpk7h2_I3wzMlbgApply limit 10 after accepting different records in mysql - phpMissing folders from a PHP project in the Hudson release - phpopen persian urls with urllib2 - pythonJavaScript event before loading does not work - javascriptIs it possible to determine the current implementation of the garbage collector using mono? - garbage-collectionRails, finder in the model (using collection) or in the controller (iterating and using push). Which is more efficient? - loopsAll Articles