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

Commit ceb893a7 authored by Brad Ebinger's avatar Brad Ebinger
Browse files

Add a flag to delay phone account registration

Flag: com.android.internal.telephony.flags.delay_phone_account_registration
Bug: 349731543
Test: manual testing
Change-Id: I5e8fe42f6befc201364d9da1dc50f53772cadb20
parent 6171d7ff
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
    }
}