Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d5a6a84 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Revert the security exception for voip phone account registration." into main

parents f837d55f b7e89e8c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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.");
                            }