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

Popular posts from this blog

xslt - Substring before throwing error -

Google Cloud Bigtable Durability/Availability Guarantees -

Android M doze mode and "native" posix socket freezing up -