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