History log of /frameworks/base/location/java/android/location/SettingInjectorService.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
17c5e79496bc1e2d53bc3c4e33bad4b39b80c36d 05-Sep-2014 Tom O'Neill <tomo@google.com> Keep LMP from breaking KitKat API

- Bug: 17390371

Change-Id: I25c1abebcc42ed24abd57bbe2834a40fb8ee834b
/frameworks/base/location/java/android/location/SettingInjectorService.java
248ada68cce2d1ab8f59ef18b869d866f4af6045 01-Mar-2014 Tom O'Neill <tomo@google.com> Injected settings no longer include summaries

- Bug: 13279850

Change-Id: I0fd1e60b2a56c45776963c29bbae6f176fdf1bea
/frameworks/base/location/java/android/location/SettingInjectorService.java
cef05c28eb452810e4b79895970457ff2bdef5b4 05-Sep-2013 Tom O'Neill <tomo@google.com> Incorporate new API council comments

- Split getStatus() into onGetSummary() and onGetEnabled()

- Call them on app's UI thread

- Allow runtime exceptions to propagate up

- Make a couple of more methods final to prevent subclasses from playing
around with the intent

- Remove explicit timing requirement from javadoc

- Mention that this will be restricted to system-image apps (will be
enforced by the actual settings code)

- b/10461474

Change-Id: Id22dd7a707c05de396ae4c5810e839ca734714c0
/frameworks/base/location/java/android/location/SettingInjectorService.java
546113d4c290f36bf21b1e9c7b93d1592df17fce 30-Aug-2013 Tom O'Neill <tomo@google.com> Improve constant names for settings injection API

- Add timing for getStatus() call to encourage implementors to be fast

- Affects b/10461474

Change-Id: I503cbae5cf27008c587a39ab4e60d8e09daedecc
/frameworks/base/location/java/android/location/SettingInjectorService.java
7f6f45723adea684529dd9b7465d798f10c3acbf 27-Aug-2013 Tom O'Neill <tomo@google.com> Remove or reduce visibility of deprecated methods

- Fix additional getInt() path, restores the location settings screen
functionality.

- Should fix "unresolved link" build breakages in
git_klp-dev-plus-aosp-without-vendor, which is much more persnickety than
klp-dev for some reason.

- Add warning that we may add additional location modes in the future.

- Finish fix for b/10461763 and b/10461474

Change-Id: Id7155e3a0d7526a377d446018ef3bdb057bad3a6
/frameworks/base/location/java/android/location/SettingInjectorService.java
4a7c49c81f021ebb01c1ac06737b4e705f212783 26-Aug-2013 Tom O'Neill <tomo@google.com> Address API Review for SettingInjectorService

- Escape < and > in javadoc

- Constructor does not take log tag

- Start intent rename

- Comments for Status.summary and enabled

- Bonus fixes:

- Start renaming STATUS_KEY to SUMMARY_KEY

- Send message back even if getting the status fails so we don't have
to wait for the fetch to time out

- Add comment about setting activity being invoked when disabled

- Partial fix for b/10461474

Change-Id: I025e7e0782c2873a4eda20ab4793bc6145daf8db
/frameworks/base/location/java/android/location/SettingInjectorService.java
c8211ea1cc65560938c31263edce6fcb87016acb 22-Aug-2013 Tom O'Neill <tomo@google.com> Add a little comment about the enabled value

Change-Id: I4ac0b864f55992242b6a3b0d8ffb328f23f6b645
/frameworks/base/location/java/android/location/SettingInjectorService.java
184e75146cb17f8695dffba69e0ca8d80b350af3 19-Aug-2013 Tom O'Neill <tomo@google.com> Warn that SettingInjectorService must be fast

- Move UPDATE_INTENT to SettingInjectorSErvice

Change-Id: I9c8f8dc0878647a051cb852721b3436e9d55b391
/frameworks/base/location/java/android/location/SettingInjectorService.java
fa2992c412c08f76331a3f58ca57cf8cf04e7b84 13-Aug-2013 Tom O'Neill <tomo@google.com> API for location settings injection

- Partial fix for b/10287745

Change-Id: Ie998ce0a7b350e4183fce5753bfac3eb51238ff4
/frameworks/base/location/java/android/location/SettingInjectorService.java