From 0b20b77ff5a67a054695954bc65f1c5c473b348b Mon Sep 17 00:00:00 2001 From: Mike Lockwood Date: Thu, 4 Nov 2010 13:16:48 -0400 Subject: [PATCH] MediaStore: Make definitions for Files table public This provides a public API for the new MediaProvider support for arbitrary file types. MediaProvider is no longer limited to supporting only media (audio, video, image and playlist files). This also allows querying across multiple media file types and supports navigating the directory hierarchy of the media storage via database queries. BUG: 2984284 Change-Id: I6222a6d601a4641cc7e544335e45d05b194532b1 Signed-off-by: Mike Lockwood --- api/current.xml | 154 +++++++++++++++++++++ core/java/android/provider/MediaStore.java | 41 +++++- 2 files changed, 188 insertions(+), 7 deletions(-) diff --git a/api/current.xml b/api/current.xml index 0cf46ebd11168..0df38910b457e 100644 --- a/api/current.xml +++ b/api/current.xml @@ -157199,6 +157199,160 @@ > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Type: INTEGER

+ * @hide */ public static final String FORMAT = "format";