commit | 31426b265f33a40d6241bd110f63499051cae2b0 | [log] [tgz] |
---|---|---|
author | Patrick Baumann <patb@google.com> | Mon May 21 13:46:40 2018 -0700 |
committer | Patrick Baumann <patb@google.com> | Tue May 22 15:54:29 2018 -0700 |
tree | 04371ec559e1725ada7c48db882e25f7317503fb | |
parent | 167b451daa1893ee9b15cb25bfba627a7254acd3 [diff] |
Whitelist ResolveActivity for explicit instant intents This change allows the resolver and its children (ChooserActivity) to start an explicit intent on behalf of an instant app that started an implicit intent. Without it, the result to an instant app would be an ActivityNotFoundException once a result was selected. Test: atest EphemeralTest Test: manual - launch chooser from instant app Change-Id: If601e86bbf83c57e2c34938ac5de06353302b239 Fixes: 79775649