674641734 / zirco-browser

Automatically exported from code.google.com/p/zirco-browser
Other
0 stars 0 forks source link

Program sends a security exception registering for location updates from system #72

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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