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

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

Merge "Add feature flag to set number of SIM for IMS enable/disable for each slot" into main

parents 32bf4ed0 796d8d69
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -104,3 +104,14 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

# OWNER=joonhunshin TARGET=24Q3
flag {
    name: "set_number_of_sim_for_ims_enable"
    namespace: "telephony"
    description: "This flag allows to set number of SIM for IMS enable/disable for each slot when the eSIM is added while the binding with ImsService exists"
    bug:"331971397"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}