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

Commit b6c9860c authored by Joonhun Shin's avatar Joonhun Shin Committed by Android (Google) Code Review
Browse files

Merge "Add feature flag to notify the initial IMS provisioning statue" into main

parents 48fa17f5 11dfd814
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
@@ -93,3 +93,14 @@ flag {
        purpose: PURPOSE_BUGFIX
        purpose: PURPOSE_BUGFIX
    }
    }
}
}

# OWNER=joonhunshin TARGET=24Q3
flag {
    name: "notify_initial_ims_provisioning_status"
    namespace: "telephony"
    description: "This flag allows to notify initial IMS provisioning status when IFeatureProvisioningCallback registered or ImsService connected"
    bug:"330082572"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}