[android-developers] Access Download Manager DB

2010-01-21 Thread Manjunatha M
Hi, I want to access Downloads databases in my Activity. But I am seeing a SecurityException. Even though I added the permission in my Manifest file, I still see the same crash happening. Here is the Java Code.. mDownloadCursor = managedQuery(Downloads.CONTENT_URI, new

Re: [android-developers] Access Download Manager DB

2010-01-21 Thread Mark Murphy
I want to access Downloads databases in my Activity. You cannot do this from an SDK application. But I am seeing a SecurityException. That is because you cannot do this from an SDK application. Even though I added the permission in my Manifest file, I still see the same crash happening.