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

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

Merge "Add a flag to delay phone account registration" into main

parents 811933be ceb893a7
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -51,3 +51,14 @@ flag {
    }
    is_exported: true
}

# OWNER=breadley TARGET=24Q4
flag {
    name: "delay_phone_account_registration"
    namespace: "telephony"
    description: "Fix bug where telephony would try to register for PhoneAccounts when Telecom isn't ready yet"
    bug: "349731543"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}