DescriptionExplicitly enable StrictMode VM policies.
Since StrictMode currently interprets intents from
ChromeLauncherActivity to view a file:// URI as exposing the URI,
even though it will be handled by Chrome anyways, this causes
false positive StrictMode violations.
This change explicitly specifies all the StrictMode VM policies
that we detect, and in so doing skip over the file URI exposed
detection. In the future when Android fixes this StrictMode
issue for multiprocess apps we can turn it back on.
BUG=508282
Committed: https://crrev.com/fa3cc2102b6d90e695319247cc21a733d87d062d
Cr-Commit-Position: refs/heads/master@{#340957}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|