amnextking/zirco-browser

Program sends a security exception registering for location updates from system

Opened this issue · 2 comments

What steps will reproduce the problem?
Whenever you open a page, which tries to get the location of your page. E.g. 
Google. 

What is the expected output? What do you see instead?
Program crashes

What version of the product are you using? On what operating system?
2.3.1

Please provide any additional information below.
geolocationService
Caught security exception registering for location updates from system. This 
should only happen in DumpRenderTree.

Original issue reported on code.google.com by edge...@gmail.com on 11 Jan 2013 at 9:29

I guess adding following permission will fix the problem 

    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
    <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />

Original comment by edge...@gmail.com on 11 Jan 2013 at 9:30

I'm sorry program doesn't crash, it just gives an exception.

Original comment by edge...@gmail.com on 11 Jan 2013 at 9:34