commit | 1ad90d5a2de986d56bd7c9033e13831ca1902eed | [log] [tgz] |
---|---|---|
author | Winson <chiuwinson@google.com> | Thu Feb 25 17:29:21 2021 -0800 |
committer | Winson <chiuwinson@google.com> | Thu Feb 25 18:07:57 2021 -0800 |
tree | d0aaf4add605f865157fff3573fd7b1915f8e514 | |
parent | 0f47704827facbe2c64f2bf55bab756c8da26f69 [diff] |
Fix domain verification CATEGORY_DEFAULT check The category is actually not added to startActivity Intents automatically, instead relying on the MATCH_DEFAULT_ONLY flag being set. This updates the Intent validity check to match. Bug: 179683649 Test: manual, launch without DEFAULT, with MATCH_DEFAULT_ONLY Change-Id: I00b78d596ee05c5a4a228771bbf8082af2b0ab8a