从uri

时间:2015-11-12 20:27:50

标签: android image

我需要从外部应用程序中选择一个图像并在数据库中保存其名称,因为稍后我需要使用getIdentifier()方法获取图像。如何知道从uri收到的其他应用程序的图像名称?

编辑:

Intent pickerIntent = new Intent(Intent.ACTION_PICK); 
pickerIntent.setType("image/*"); 
startActivityForResult(pickerIntent, SELECT_IMAGE); 

0 个答案:

没有答案