diff --git a/api/current.xml b/api/current.xml
index b65ece9d77b02..1bc3e24550468 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -24661,6 +24661,17 @@
visibility="public"
>
+
Owner can Read
+ * @hide + */ + public static final String COLUMN_DELETED = "deleted"; + /* * Lists the destinations that an application can specify for a download. */ @@ -881,6 +890,23 @@ public final class Downloads { public static final String COLUMN_BYPASS_RECOMMENDED_SIZE_LIMIT = "bypass_recommended_size_limit"; + /** + * Set to true if this download is deleted. It is completely removed from the database + * when MediaProvider database also deletes the metadata asociated with this downloaded file. + *Type: BOOLEAN
+ *Owner can Read
+ */ + public static final String COLUMN_DELETED = "deleted"; + + /** + * The URI to the corresponding entry in MediaProvider for this downloaded entry. It is + * used to delete the entries from MediaProvider database when it is deleted from the + * downloaded list. + *Type: TEXT
+ *Owner can Read
+ */ + public static final String COLUMN_MEDIAPROVIDER_URI = "mediaprovider_uri"; + /* * Lists the destinations that an application can specify for a download. */