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

Commit 75a681de authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 11139387 from f78dc983 to 24Q1-release

Change-Id: I18408ac73b4f24eb49323b50d2dc072849b78646
parents 8e8e4e06 f78dc983
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ aconfig_declarations {
    package: "com.android.internal.telephony.flags",
    srcs: [
      "data.aconfig",
      "domainselection.aconfig",
      "ims.aconfig",
      "messaging.aconfig",
      "misc.aconfig",
+29 −0
Original line number Diff line number Diff line
package: "com.android.internal.telephony.flags"

flag {
    name: "ap_domain_selection_enabled"
    namespace: "telephony"
    description: "This flag controls AP domain selection feature."
    bug:"258112541"
}

flag {
    name: "use_aosp_domain_selection_service"
    namespace: "telephony"
    description: "This flag controls AOSP's domain selection service supported."
    bug:"258112541"
}

flag {
    name: "use_oem_domain_selection_service"
    namespace: "telephony"
    description: "This flag controls OEMs' domain selection service supported."
    bug:"258112541"
}

flag {
    name: "domain_selection_metrics_enabled"
    namespace: "telephony"
    description: "This flag controls domain selection metrics."
    bug:"258112541"
}
+6 −0
Original line number Diff line number Diff line
@@ -6,3 +6,9 @@ flag {
    description: "Add AEAD algorithms AES-GCM-8, AES-GCM-12 and AES-GCM-16 to IWLAN"
    bug:"306119890"
}
flag {
    name: "enable_multiple_sa_proposals"
    namespace: "telephony"
    description: "Add multiple proposals of cipher suites in IKE SA and Child SA"
    bug:"287296642"
}