from the android app, I have to access the image file which is already there in the phone memory,SO i have tried below two things, and everytime I was getting warning like invalid path.
my json file contents:
"images" :
[
{
"image" : "argame00.jpg",
"name" : "argame"
},
{
"image" : "idback.jpg",
"name" : "idback",
"size" : [8.56, 5.4],
"uid" : "uid-string"
},
{
"image" : "IMG_20171218_162648.jpg",
"name" : "cc5000"
}
And I have enabled StorgaeAccess.app and StorageAccess.obsolute, both gives me the same warning.