commit | 7517a43847d949a7a9ac5ce93051347411287f4b | [log] [tgz] |
---|---|---|
author | Pinyao Ting <pinyaoting@google.com> | Tue Mar 09 14:06:25 2021 -0800 |
committer | Pinyao Ting <pinyaoting@google.com> | Wed Mar 10 09:30:26 2021 -0800 |
tree | 7c6ab1f6ee2fc8f0ee790cc54aa8f936083b3637 | |
parent | 3f4814f5dc07fb04d2e813caf55fdffe84739c1f [diff] |
Fix InterruptException in ShortcutService. ShortcutService now uses oneway api, which prevents the calling process from properly getting the error directly, this CL propagates the error via AndroidFuture.completeExceptionally. Bug: 182199982 Test: atest ShortcutManagerClientApiTest Change-Id: I4014f85ff44e25e26c816c9e0d1ca336bcc0d3d6