RxGalleryFinal icon indicating copy to clipboard operation
RxGalleryFinal copied to clipboard

ImageRadioResultEvent 获取uri

Open cxyhegithub opened this issue 8 years ago • 1 comments
trafficstars

请问 ImageRadioResultEvent 如何获取uri?

cxyhegithub avatar Aug 23 '17 13:08 cxyhegithub

uri?

ContentUris.withAppendedId(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, id) 

or

Uri.fromFile(new File(path));

7449 avatar Aug 24 '17 09:08 7449