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

Commit e64a2120 authored by Junho's avatar Junho
Browse files

Add feature flag to define system API for IMS service.

This commit adds a feature flag to define system API for IMS service.
These flags allow use of specific APIs as system API.

Bug: 365488868
Test: build pass
Flag: com.android.internal.telephony.flags.support_ims_mmtel_interface
Flag: com.android.internal.telephony.flags.support_isim_record
Change-Id: Idf3d847fcdf2348a09befa9e30fd4cbffad6e282
parent 1260a6a8
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -145,3 +145,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"
}