I would like to be able to put an "x" image by hand in the Drawable folder of android and be able to obtain the Uri route of that image, so that I can then do
Img.setImageURI(aca quisiera la Uri de esa imagen que agrege a la carpeta Drwable)
because this is because I'm getting all the contacts and its image I have the image in uri format and if it does not have an image that contact I want to put one that I added to my project, as my path from which it grabs the data until that I show them is going through many activities I would like to be able to get the URI of an x image that is in the Drawable folder, thanks in advance