File name after MediaStore.Images.Media.insertImage
Posted
by gng
on Stack Overflow
See other posts from Stack Overflow
or by gng
Published on 2010-04-17T08:50:53Z
Indexed on
2010/04/17
8:53 UTC
Read the original article
Hit count: 804
Hi! I am using MediaStore.Images.Media.insertImage(ContentResolver cr, String imagePath, String name, String description) function to insert a newly created image into gallery. System is naming the file by default, but its diferent than names of pictures taken by orginal app(Time stamp). Is there easy way to set it up?
© Stack Overflow or respective owner