summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorSteve Howard <showard@google.com>2010-09-01 18:26:26 -0700
committerSteve Howard <showard@google.com>2010-09-09 11:14:20 -0700
commitf054e190bb6f06e5645826c84670098159feaf34 (patch)
treef645f73c2ac347526799c42a1858f9cd4695e6e7 /api
parent9395b4656aca4b00d080ada89a44631459ad7b85 (diff)
downloadframeworks_base-f054e190bb6f06e5645826c84670098159feaf34.zip
frameworks_base-f054e190bb6f06e5645826c84670098159feaf34.tar.gz
frameworks_base-f054e190bb6f06e5645826c84670098159feaf34.tar.bz2
Hidden API to control sorting of download manager queries.
This change adds a hidden API to sort download manager queries by size rather than by time last modified. This is necessary for the system download manager UI but, in the interest of keeping the new public API as minimal as possible for now, I'm leaving @hide on this method. This change also changes the DownloadManager.COLUMN_ID column to be identical to BaseColumns._ID, since some code relies on this (such as CursorAdapter). Change-Id: Ib89b614d63e988974d4486b122b39365b35b5269
Diffstat (limited to 'api')
-rw-r--r--api/current.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.xml b/api/current.xml
index a495d04..1a8953d 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -96234,7 +96234,7 @@
type="java.lang.String"
transient="false"
volatile="false"
- value="&quot;id&quot;"
+ value="&quot;_id&quot;"
static="true"
final="true"
deprecated="not deprecated"