Android:
I am using following code to insert image into album
According to description this method insert image also creates its thumbnail i don’t want thumbnail to be created how can i stop thumbnail creation ?
Problem is I write image in album but when i select image from album it returns the thumbnail image path which is not required.
insert image parameters
Parameters
scr The content resolver to use
source The stream to use for the image
title The name of the image
description The description of the image
MediaStore.Images.Media.insertImage(contentResolver ,file.getAbsolutePath(),
file.getName(), );
I struggled with this as well. To get the actual image data location using the images resource URI: