commit | c200ac8d6b282ac950894e616d462feb8ebfe8b0 | [log] [tgz] |
---|---|---|
author | Michael Groover <mpgroover@google.com> | Wed Mar 03 17:48:18 2021 -0800 |
committer | Michael Groover <mpgroover@google.com> | Thu Mar 04 20:49:22 2021 -0800 |
tree | bfa0c8b395d2d002cbcfe9d4d6dad1db475c6117 | |
parent | 96a995dce0fc22b03aa882c76df0d5b03f026c09 [diff] |
Report UnsafeIntentLaunchViolation for Intents parsed from URIs Android 12 introduced a new StrictMode check to report an unsafe Intent launch from an unparceled Intent; however Intents can also be delivered and parsed from URIs. This commit updates this check to also report a violation when an intent is launched from a parsed URI. Bug: 181818650 Test: atest StrictModeTest Change-Id: I51e8118c539b73848c4c2b889df8532969f54c53