commit | e3f0ca01cd88d07b8db2eb392834891dad4d530b | [log] [tgz] |
---|---|---|
author | John Wu <topjohnwu@google.com> | Mon Oct 03 22:24:43 2022 +0000 |
committer | John Wu <topjohnwu@google.com> | Mon Oct 03 22:24:43 2022 +0000 |
tree | 11d2458ebfa7bec33fb35a0768b7626a3749867f | |
parent | 9720e32dcd9e7db429572474d4529819a4d81079 [diff] |
Do not resolve ActivityInfo in navigateUpTo During navigateUpTo, it will first resolve the activity before creating the ActivityStarter. This bypasses the explicit intent filter enforcement introduced in T, exposing a security flaw that allows non-matching intents to be delivered to components. Bug: 238602879 Test: atest CtsWindowManagerDeviceTestCases Change-Id: I9aa3e27f753f2f809e74a8f421f8b68e4d610702