summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/SystemAllowGeolocationOrigins.java
Commit message (Collapse)AuthorAgeFilesLines
* Cache the application context instead of Activity.Ben Murdoch2011-08-011-1/+1
| | | | | | | | | When storing a reference to a Context, ensure that it's the Application context rather than Activity Context. Bug: 5084293 Change-Id: Ib0be5f8ceb91846bb985d0813a8f22cabd44eaf8
* Switch to a background thread poolJohn Reck2011-07-251-33/+32
| | | | | | | | | Bug: 5019676 Use a shared thread pool Eliminate some unnecessary use of AsyncTask (which has extra overhead compared to using a thread pool) Change-Id: I01d6c84816a9c9705216c8fdb8ed8c990265626a
* Use new apply() instead of commit().Brad Fitzpatrick2010-09-011-1/+1
| | | | | | | apply() starts an async disk write and doesn't have a return value but is otherwise identical in observable effects. Change-Id: Id1199cd43d62882cfe7343d46e283b32404dea5d
* Use system setting for default geolocation permissionsBjorn Bringert2010-03-251-0/+204
This reverts change I0be5dbf4d99d07ca13b07fb299155c5aa17a51bd and adds an observer on the new default geolocation permission secure setting. Bug http://b/issue?id=2535598 Change-Id: I4edcbd3080b7d3af5dc6d74f26779b6d92248010