History log of /packages/apps/Browser/src/com/android/browser/SystemAllowGeolocationOrigins.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
914c5591baeb86bf30a5bc28930071442a822d60 01-Aug-2011 Ben Murdoch <benm@google.com> Cache the application context instead of Activity.

When storing a reference to a Context, ensure that it's the
Application context rather than Activity Context.

Bug: 5084293

Change-Id: Ib0be5f8ceb91846bb985d0813a8f22cabd44eaf8
/packages/apps/Browser/src/com/android/browser/SystemAllowGeolocationOrigins.java
cadae72b6309303bc7b22e85181222b73e176c32 25-Jul-2011 John Reck <jreck@google.com> Switch to a background thread pool

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
/packages/apps/Browser/src/com/android/browser/SystemAllowGeolocationOrigins.java
1a6e0e8cdd0898bd63f9f27df1b86cbe6722f3bb 02-Sep-2010 Brad Fitzpatrick <bradfitz@android.com> Use new apply() instead of commit().

apply() starts an async disk write and doesn't have a return
value but is otherwise identical in observable effects.

Change-Id: Id1199cd43d62882cfe7343d46e283b32404dea5d
/packages/apps/Browser/src/com/android/browser/SystemAllowGeolocationOrigins.java
a7611811e0d744a7220b7bf80c8f795af5ea53ed 24-Mar-2010 Bjorn Bringert <bringert@android.com> Use system setting for default geolocation permissions

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
/packages/apps/Browser/src/com/android/browser/SystemAllowGeolocationOrigins.java