commit | d75844cf9a60c1380495182ca9867af5cc4beb10 | [log] [tgz] |
---|---|---|
author | John Wu <topjohnwu@google.com> | Mon Oct 03 20:39:05 2022 +0000 |
committer | John Wu <topjohnwu@google.com> | Tue Oct 04 08:23:17 2022 +0000 |
tree | 5080afb14f91d290fd6dbd190cda9cd7b38eb6eb | |
parent | 2143046c69faf870480cf457387a9305e81be3d3 [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 Merged-In: I9aa3e27f753f2f809e74a8f421f8b68e4d610702