Any ConnectionService can now not create a new incoming call

Previously, the PhoneAccountHandle was not checked in
TelecomServiceImpl.addNewIncomingCall, which meant that any unregistered
ConnectionService can add incoming calls to Telecom. A check has been
added that throws a SecurityException if a PhoneAccountHandle is passed
in that is not both Registered and Enabled.

Bug: 26864502
Change-Id: I6f05841423aa1d8e0d3595246f59115286aabfac
1 file changed