I have a whole folder structure that I want to copy from my assets folder. However, the mContext.getAssets().open() seems to only want a filename so that it can return an
AssetManager am = con.getAssets();//u have get assets path from this code InputStream inputStream = null; inputStream = am.open("file.xml");
or
String file_name="ur.xml" inputStream = am.open("foldername/"+ur);