commit | 3fa450061e1e8420a840473d2d31a0a23ab5cff1 | [log] [tgz] |
---|---|---|
author | Andrew Solovay <asolovay@google.com> | Mon Oct 31 19:43:20 2022 +0000 |
committer | Andrew Solovay <asolovay@google.com> | Wed Nov 16 18:18:07 2022 +0000 |
tree | eb5488f6c3af538d0463dd724b859c0ac3bb29b1 | |
parent | 35d6d4fa31f870ad07c69f90398f5b109360550a [diff] |
docs: Removed suggestion to use deprecated API IntentService is deprecated, and had suggested devs use WorkManager or JobIntentService instead, but IntentService is now deprecated too. Per communication with WorkManager owner, just deleted the reference to JobIntentService. Per Bart, it's okay to submit docs-only changes to tm-dev so they go live before the U preview. Change-Id: I57aacc8f55f93edf0a1d76bf6fa3fc73974a50af Test: [go/abtd docs build] Bug: 256197684