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

Commit 796d8d69 authored by joonhunshin's avatar joonhunshin
Browse files

Add feature flag to set number of SIM for IMS enable/disable for each slot

Bug: 331971397
Test: build pass
Change-Id: I30cd7591d2ffe51d66be939d0669312f5e853571
parent 982f7b09
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
    }
}