commit | 149e0fe89e59e92f63c40c75c3f4aec1dd38210a | [log] [tgz] |
---|---|---|
author | kholoud mohamed <kholoudm@google.com> | Tue Apr 21 14:45:57 2020 +0100 |
committer | kholoud mohamed <kholoudm@google.com> | Tue Apr 21 18:06:03 2020 +0100 |
tree | a19dcc8adef3d5143f03eb934b9d42208b4a9044 | |
parent | a16b8b31f8c230cbe74af653a662d68e9c2ea5ca [diff] |
Fix crash in IntentForwarderActivity The crash was caused by trying to resolve an instant app which is not allowed on the main thread, fixed it by resolving on a background thread. Fixes: 146141583 Test: atest IntentForwarderActivityTest Test: atest ResolverActivityTest Test: atest ChooserActivityTest Change-Id: I250d682cf90870c7360eb66529be8c91fac266b1