summaryrefslogtreecommitdiff
path: root/core/java/android/provider/OpenableColumns.java
Commit message (Collapse)AuthorAgeFilesLines
* Start fleshing out new storage APIs.Jeff Sharkey2013-05-011-4/+10
| | | | | | | | | | | | | | Introduces new DocumentsContract which storage backends must implement. Backends surface a simple directory-like organizational structure that enables a document to appear at multiple locations in that hierarchy. Querying a document or the contents of a directory will return a Cursor populated with DocumentColumns, which includes simple metadata. Adds new OPEN_DOC and CREATE_DOC Intents, and permission to protect storage backends. Change-Id: Ib4984bc980182b2cedbe552908e5be94604ef085
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+37
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-37/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+37