Yep, the same problem

четверг, 21 апреля 2011 г. 19:24:10 UTC+9 пользователь King Sun написал:
>
> when i use DownloadManager in android 3.0 sdk,
>
> for example :
> DownloadManager.Request re = new DownloadManager.Request(url);
>
> re.setNotificationVisibility(DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED);
> (DownloadManager) getSystemService(Context.DOWNLOAD_SERVICE).enqueue(re);
>
> it throw a exception 
> in 
> re.setNotificationVisibility(DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED);
>  
> line
> it is the exception message in the picture, anyone has the same problem?
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to