• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Manifest Permissions Q

phil_mw60

Lurker
Hi,

I am trying to query the android.provider.Browser.SEARCHES_URI content provider in my app which I am hoping will return a list of web searches made on the phone.

However when I try to run my app I get an error.

I think this is down to a missing permission in my android manifest file.

Does anyone know if this URI requires a particular permission to be present?

Thanks in advance,

Phil
 
Back
Top Bottom