From de08008fcff0debd7d8f99d21d780f087fb2889f Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Tue, 23 Mar 2010 11:37:15 -0700 Subject: [PATCH] Make DownloadBase public It's the base class for some public classes, so it needs to be public as well according to the CTS rules. Bug: 2537352 Change-Id: Ie2f8141d56907e1d0f4a3a040204b7b14d1fd79a --- api/current.xml | 2 +- core/java/android/net/Downloads.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/current.xml b/api/current.xml index 58ce3eeb24188..4af2a43f2de78 100644 --- a/api/current.xml +++ b/api/current.xml @@ -88413,7 +88413,7 @@ static="true" final="false" deprecated="not deprecated" - visibility="private" + visibility="public" >