You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
344 B

page.tags="ScopedDirectoryAccess"
sample.group=Android N Preview
@jd:body
<p>
This sample demonstrates how to use the Scoped Directory Access API introduced in Android N
to easily access to specific directories such as Pictures, Downloads instead of requesting
READ_EXTERNAL_STORAGE or WRITE_EXTERNAL_STORAGE in your manifest.
</p>