stream.close();inStream.close();text.setText(stream.toString());Toast.makeText(MyActivity.this,"Loaded",Toast.LENGTH_LONG).show();} catch (FileNotFoundException e) {e.printStackTrace();}catch (IOException e){return ;} }