android - How to write a file on the internal storage next to the download folder? -
i not able write file internal storage of nexus 10, sits next folders "downloads", "movies", "music" , "pictures", directly inside root.
i create own folder application in root directory , store log files inside. how that?
thanks!
mediascannerconnection.scanfile(getactivity(), new string[] { file.getabsolutepath().tostring() }, null, null);
this code updates file tree on usb device , makes correctly created files visible.
Comments
Post a Comment