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
1 file changed