Suppress the missing Executor lint warning
Android API guidelines require an Executor overload for methods that
accept a callback. The three "beginTransactionWithListener" methods
do not have such an overload (two are from 2009 and one is from
2023). This commit suppresses the lint warning associated with the
2023 API and adds a TODO comment to all three. The plan is to add the
desired overloads in the next API release.
Test: presubmit (verified that the lint warning is not present)
Flag: DOCS_ONLY
Bug: 340874899
Change-Id: I2361306d9ca68faf339086628bee1aa75127f1bc
1 file changed