diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2010-02-16 12:38:38 -0800 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2010-02-16 13:55:19 -0800 |
commit | 3af80dc6d937fb95cab544417e75f5aadc595690 (patch) | |
tree | effe84631174daaeee4793442c7a2d9e3bc24308 /api | |
parent | be16be13c6f03e5e94fc442ba6a95e420e1a0fef (diff) | |
download | frameworks_base-3af80dc6d937fb95cab544417e75f5aadc595690.zip frameworks_base-3af80dc6d937fb95cab544417e75f5aadc595690.tar.gz frameworks_base-3af80dc6d937fb95cab544417e75f5aadc595690.tar.bz2 |
Expose more Download Manager APIs.
This will allow apps to track download progress.
Change-Id: Id6b77c0fc01b4838fca45e2fe241b1ea08e65038
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index 56e8cb6..2a42fcf 100644 --- a/api/current.xml +++ b/api/current.xml @@ -86049,6 +86049,54 @@ deprecated="not deprecated" visibility="public" > +<method name="getProgressColumnCurrentBytes" + return="int" + abstract="false" + native="false" + synchronized="false" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</method> +<method name="getProgressColumnId" + return="int" + abstract="false" + native="false" + synchronized="false" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</method> +<method name="getProgressColumnTotalBytes" + return="int" + abstract="false" + native="false" + synchronized="false" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</method> +<method name="getProgressCursor" + return="android.database.Cursor" + abstract="false" + native="false" + synchronized="false" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +<parameter name="context" type="android.content.Context"> +</parameter> +<parameter name="id" type="long"> +</parameter> +</method> <method name="getStatus" return="android.net.Downloads.StatusInfo" abstract="false" |