Re: [android-developers] Problem while deleting browser history from doInBackground method of AsyncTask

2012-10-14 Thread Kristopher Micinski
So first of all, I'm a bit confused, why are you trying to clear the browser history? This is impossible to do on any phone that is >2.1 iirc. (Which means, basically all phones now.) Besides, you don't even know which "browser" the user is using. kris On Sat, Oct 13, 2012 at 3:14 AM, Bajrang

[android-developers] Problem while deleting browser history from doInBackground method of AsyncTask

2012-10-14 Thread Dhruv Mewada
Just Google it ;) http://www.google.co.in/search?aq=f&client=chrome-mobile&sourceid=chrome-mobile&ie=UTF-8&q=Can't+create+handler+inside+thread+that+has+not+called+Looper.prepare() -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Problem while deleting browser history from doInBackground method of AsyncTask

2012-10-13 Thread Bajrang Asthana
I am facing very strange problem.I am working on app which clears browser history ,clipboard etc. I am doing all the clearing stuff through AsyncTask but getting error. Here is my code which i am using to clear browser history *Browser.clearHistory(mApp.getContentResolver()); Browser.cl