commit | 6f8b09029932dfd24945202017639754b00acc2e | [log] [tgz] |
---|---|---|
author | Charles Munger <clm@google.com> | Tue Nov 12 08:35:39 2019 -0800 |
committer | Charles Munger <clm@google.com> | Fri Nov 22 09:12:25 2019 -0800 |
tree | 510656d936ca7388819d52922fca0094f9049a38 | |
parent | 49af39e751a777f5bb05b4c9e5491e8762f2fc9a [diff] |
Deprecate IntentService IntentService always had some issues, such as delivering null, adding latency, inconsistently silently dropping tasks scheduled on its thread local handler, etc. But with android O's background task restrictions, it's really not useful anymore, and there are jetpack APIs that provide its same functionality. Bug: 144042891 Test: No behavior changes Change-Id: I1a91afeeb73e270c54a9ec266b15b5d865ef8339