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

Commit b2ca956c authored by Junho Yoon's avatar Junho Yoon Committed by Android (Google) Code Review
Browse files

Merge "Add feature flag to define system API for IMS service." into main

parents 4c031754 e64a2120
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -156,3 +156,11 @@ flag {
    description: "Used to expose SMS related hidden APIs for SMS over IMS to public API."
    bug:"359721349"
}

# OWNER=jhyoon TARGET=25Q2
flag {
    name: "support_ims_mmtel_interface"
    namespace: "telephony"
    description: "This flag controls the type of API regarding MmTelFeature, either hidden or system type."
    bug:"359721349"
}
+9 −1
Original line number Diff line number Diff line
@@ -80,3 +80,11 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

# OWNER=jhyoon TARGET=25Q2
flag {
    name: "support_isim_record"
    namespace: "telephony"
    description: "This flag controls the type of API that retrieves ISIM records, either hidden or system type."
    bug:"359721349"
}