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

Commit aee21605 authored by Sooraj Sasindran's avatar Sooraj Sasindran
Browse files

Remove Flag.useRelaxedIdMatch from TelephonyRegistry

This feature will be enabled by default.


BUG: 409608675
FLAG: EXEMPT flag clean up
Test: Presubmit
Change-Id: Ibc479b9771d99f543fb61cf66d69364301834ebe
parent 43661d7a
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -4563,10 +4563,6 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub {
     * TODO: b/337878785 for longterm fix
     */
    boolean idMatchRelaxed(Record r, int subId, int phoneId) {
        if (!Flags.useRelaxedIdMatch()) {
            return idMatch(r, subId, phoneId);
        }

        if (subId < 0) {
            // Invalid case, we need compare phoneId.
            // If the record does not have a valid phone Id send phone 0 notifications.