bug:3513950 a trivial change due to renaming of api in downloadmanager

Change-Id: I5f8cd86fc97afa32e4a07ee2b6ab77d3270856be
This commit is contained in:
Vasu Nori 2011-03-07 11:33:50 -08:00
parent c0d3a8fedb
commit d43438ee5b

View File

@ -783,7 +783,8 @@ public abstract class MessageViewFragmentBase extends Fragment implements View.O
DownloadManager dm = DownloadManager dm =
(DownloadManager) getActivity().getSystemService(Context.DOWNLOAD_SERVICE); (DownloadManager) getActivity().getSystemService(Context.DOWNLOAD_SERVICE);
dm.completedDownload(info.mName, info.mName, false /* do not use media scanner */, dm.addCompletedDownload(info.mName, info.mName,
false /* do not use media scanner */,
info.mContentType, file.getAbsolutePath(), info.mSize, info.mContentType, file.getAbsolutePath(), info.mSize,
true /* show notification */); true /* show notification */);
} catch (IOException ioe) { } catch (IOException ioe) {