Skip to content
Commit f291e638 authored by Christopher Tate's avatar Christopher Tate
Browse files

Always run the intent filter verifier in USER_SYSTEM

The temporary whitelisting of the intent filter verifier was not
taking effect when an app install was applied to all users, because
the USER_ALL userid argument was not applicable downstream in the
whitelist-package-within-user code flow.  The verifier is located
explicitly in the system user anyway; we do not need to try to
launch or whitelist it in a per-target-user manner.

In addition, the whitelisting operation is now synchronous to avoid
any slight race between delivery of the verification broadcast and
application of the new whitelist state.

Bug 62814249
Test: manual

Change-Id: I051277dad6c541d0aa6bcdd824ad3cce4b20b269
parent 14f8fd20
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment