commit | 913509566d7b4057c8e88f0d94792b0d6aeda5e1 | [log] [tgz] |
---|---|---|
author | Brad Ebinger <breadley@google.com> | Wed Jun 29 17:27:08 2016 -0700 |
committer | Brad Ebinger <breadley@google.com> | Thu Jul 07 10:42:02 2016 -0700 |
tree | 2da2ccdad6beabcc83a082f28e4ad73fc459554f | |
parent | 9452dbb757d504a97005ed0e59e101eba2d051a7 [diff] |
Add PhoneAccount check to addExistingConnection Add a check to verify the PhoneAccountHandle of the connection being added to Telecom via ConnectionServiceWrapper.addExistingConnection. This allows us to be sure that the existing connections being added are from a registered PhoneAccount and that the Package and User match what is expected in the PhoneAccount. Change-Id: I12c5f1b046a4ca919303ace205a9ddd6c7092650 Fix: 28800963