Unable to open input stream

后端 未结 0 980
慢半拍i
慢半拍i 2021-01-25 12:26
Uri uri = data.getData();
try {
     InputStream is = getContentResolver().openInputStream(uri);
} catch (Exception e) {
     Toast.makeText(this, "Something went w         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题