xref: /aosp_15_r20/development/samples/browseable/ScopedDirectoryAccess/_index.jd (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
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