Loading src/com/android/server/telecom/TelecomServiceImpl.java +1 −2 Original line number Diff line number Diff line Loading @@ -892,8 +892,7 @@ public class TelecomServiceImpl { PhoneAccount.CAPABILITY_CONNECTION_MANAGER) || account.hasCapabilities( PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)) { throw new SecurityException("Self-managed ConnectionServices and " + "transactional voip apps " throw new SecurityException("Self-managed ConnectionServices " + "cannot also be call capable, connection managers, or " + "SIM accounts."); } Loading Loading
src/com/android/server/telecom/TelecomServiceImpl.java +1 −2 Original line number Diff line number Diff line Loading @@ -892,8 +892,7 @@ public class TelecomServiceImpl { PhoneAccount.CAPABILITY_CONNECTION_MANAGER) || account.hasCapabilities( PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)) { throw new SecurityException("Self-managed ConnectionServices and " + "transactional voip apps " throw new SecurityException("Self-managed ConnectionServices " + "cannot also be call capable, connection managers, or " + "SIM accounts."); } Loading