commit | efe269962c0fadfd4bdd56b62d06db31361a844c | [log] [tgz] |
---|---|---|
author | Tyler Gunn <tgunn@google.com> | Fri Oct 26 09:24:13 2018 -0700 |
committer | Tyler Gunn <tgunn@google.com> | Fri Oct 26 09:24:13 2018 -0700 |
tree | 255ebf3a524f4b175ac2eb9924ac5ef82076b83d | |
parent | 92f4c353f42adfa07276a79cc3f0bad5cf76f9b1 [diff] |
Change security model for TelecomManager#handleCallIntent method. Method is used to trampoline call intents to Telecom. Previously the calling UID was compared to grant access; this assumption was incorrect as it wouldn't work for work profiles. Changed to use a telecom-only permission. Test: Ran Telecom CTS tests and impacted CTS tests. Test: Manually placed calls using ACTION_CALL intent. Bug: 117898288 Change-Id: If7097595e901a418ee90f0a1f1b82dc475838425