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
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