1 2page.tags="ScopedDirectoryAccess" 3sample.group=Android N Preview 4@jd:body 5 6<p> 7 8This sample demonstrates how to use the Scoped Directory Access API introduced in Android N 9to easily access to specific directories such as Pictures, Downloads instead of requesting 10READ_EXTERNAL_STORAGE or WRITE_EXTERNAL_STORAGE in your manifest. 11 12 </p> 13