commit | 7073378c7c3d430871fbcc8821a0250bc79b5acc | [log] [tgz] |
---|---|---|
author | Matt Casey <mrcasey@google.com> | Thu Jan 26 15:20:50 2023 +0000 |
committer | Matt Casey <mrcasey@google.com> | Thu Jan 26 15:48:55 2023 +0000 |
tree | ac403ebae9e42517c4171740e151239fe209dfc5 | |
parent | 2b4770d31ae3c917c74b261402405122d7fec742 [diff] |
Send a regular ResultReceiver instead of a subclass. With unbundled chooser, apps can't load the subclass when unparceling, but we don't actually need the subclass on that end. Parcel and unparcel on this end ahead of time to get the vanilla ResultRecevier representation to send. Test: atest CtsSharesheetDeviceTest (with unbundled flag on) Bug: 266716256 Change-Id: I498e98bbf680e98d58000af1a980d7ba7b4480a5