Can you help me please? I\'ve tried :
ImageButton imgbt=(ImageButton)findViewById(R.id.imgbutton); Uri imgUri=Uri.parse(\"/data/data/MYFOLDER/myimage.png\");
It should be
Uri imgUri=Uri.parse("file:///data/data/MYFOLDER/myimage.png");