android_mt6572_jiabo/development/samples/browseable/ScopedDirectoryAccess/_index.jd
2025-09-05 16:56:03 +08:00

12 lines
344 B
Text

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>