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

Commit 253e395b authored by Xin Li's avatar Xin Li
Browse files

Merge 24Q3 to AOSP main

Bug: 357762254
Merged-In: I552ee1778fe7b324118e61ea465a9c46f4528468
Change-Id: I5d2a7bb23c88ae6f486a6b58c6d4ff233bc9aff7
parents 6eaf5969 f0d54067
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ aconfig_declarations {
        "subscription.aconfig",
        "uicc.aconfig",
        "satellite.aconfig",
        "iwlan.aconfig",
        "telephony.aconfig",
        "iwlan.aconfig"
    ],
}
+16 −1
Original line number Diff line number Diff line
package: "com.android.internal.telephony.flags"
container: "system"

# OWNER=breadley TARGET=24Q3
flag {
  name: "simultaneous_calling_indications"
  is_exported: true
  namespace: "telephony"
  description: "APIs that are used to notify simultaneous calling changes to other applications."
  bug: "297446980"
  is_exported: true
}

# OWNER=yomna TARGET=24Q3
flag {
  name: "show_call_fail_notification_for_2g_toggle"
  namespace: "telephony"
  description: "Used in DisconnectCause and TelephonyConnection if a non-emergency call fails on a device with no 2G, to guard whether a user can see an updated error message reminding the 2G is disabled and potentially disrupting their call connectivity"
  bug: "300142897"
}

# OWNER=stevestatia TARGET=24Q4
flag {
    name: "remove_country_code_from_local_singapore_calls"
    namespace: "telephony"
    description: "Fix bug where the country code is being shown when merging in local Singapore numbers to conference calls."
    bug:"284416645"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}
+47 −4
Original line number Diff line number Diff line
package: "com.android.internal.telephony.flags"
container: "system"

# OWNER=linggm TARGET=24Q4
flag {
  name: "keep_empty_requests_network"
  namespace: "telephony"
  description: "Don't tear down network even if no requests attached to it."
  bug: "331301784"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

# OWNER=linggm TARGET=24Q3
flag {
  name: "auto_data_switch_allow_roaming"
  namespace: "telephony"
@@ -11,13 +23,18 @@ flag {
  }
}

# OWNER=linggm TARGET=24Q3
flag {
  name: "auto_data_switch_rat_ss"
  name: "auto_data_switch_uses_data_enabled"
  namespace: "telephony"
  description: "Whether switch for better rat and signal strength"
  bug:"260928808"
  description: "Separately consider the backup phone's data allowed and data enabled."
  bug: "338552223"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

# OWNER=linggm TARGET=24Q2
flag {
  name: "use_alarm_callback"
  namespace: "telephony"
@@ -25,6 +42,7 @@ flag {
  bug: "311476875"
}

# OWNER=linggm TARGET=24Q2
flag {
  name: "refine_preferred_data_profile_selection"
  namespace: "telephony"
@@ -32,6 +50,7 @@ flag {
  bug: "311476883"
}

# OWNER=linggm TARGET=24Q2
flag {
  name: "unthrottle_check_transport"
  namespace: "telephony"
@@ -39,6 +58,7 @@ flag {
  bug: "303922311"
}

# OWNER=linggm TARGET=24Q1
flag {
  name: "relax_ho_teardown"
  namespace: "telephony"
@@ -46,6 +66,7 @@ flag {
  bug: "270895912"
}

# OWNER=linggm TARGET=24Q2
flag {
  name: "allow_mmtel_in_non_vops"
  namespace: "telephony"
@@ -53,6 +74,7 @@ flag {
  bug: "241198464"
}

# OWNER=jackyu TARGET=24Q2
flag {
  name: "metered_embb_urlcc"
  namespace: "telephony"
@@ -60,27 +82,34 @@ flag {
  bug: "301310451"
  }

# OWNER=sarahchin TARGET=24Q3
flag {
  name: "slicing_additional_error_codes"
  is_exported: true
  namespace: "telephony"
  description: "Support additional slicing error codes and functionality."
  bug: "307378699"
}

# OWNER=nagendranb TARGET=24Q3
flag {
  name: "apn_setting_field_support_flag"
  is_exported: true
  namespace: "telephony"
  description: "Expose apn setting supporting field"
  bug: "307038091"
}

# OWNER=sangyun TARGET=24Q3
flag {
  name: "network_validation"
  is_exported: true
  namespace: "telephony"
  description: "Request network validation for data networks and response status."
  bug:"286171724"
}

# OWNER=nagendranb TARGET=24Q2
flag {
 name: "notify_data_activity_changed_with_slot"
  namespace: "telephony"
@@ -88,6 +117,7 @@ flag {
  bug: "309896936"
}

# OWNER=qingqi TARGET=24Q3
flag {
  name: "vonr_enabled_metric"
  namespace: "telephony"
@@ -95,6 +125,7 @@ flag {
  bug:"288449751"
}

# OWNER=willycwhu TARGET=24Q2
flag {
  name: "ignore_existing_networks_for_internet_allowed_checking"
  namespace: "telephony"
@@ -102,6 +133,7 @@ flag {
  bug: "284420611"
}

# OWNER=apsankar TARGET=24Q3
flag {
  name: "data_call_session_stats_captures_cross_sim_calling"
  namespace: "telephony"
@@ -109,6 +141,7 @@ flag {
  bug: "313956117"
}

# OWNER=jackyu TARGET=24Q2
flag {
  name: "force_iwlan_mms"
  namespace: "telephony"
@@ -116,6 +149,7 @@ flag {
  bug: "316211526"
}

# OWNER=sewook TARGET=24Q3
flag {
  name: "reconnect_qualified_network"
  namespace: "telephony"
@@ -123,9 +157,18 @@ flag {
  bug: "319520561"
}

# OWNER=jackyu TARGET=24Q3
flag {
  name: "dsrs_diagnostics_enabled"
  namespace: "telephony"
  description: "Enable DSRS diagnostics."
  bug: "319601607"
}

# OWNER=jackyu TARGET=24Q3
flag {
  name: "data_rat_metric_enabled"
  namespace: "telephony"
  description: "Write DataRatStateChanged atom"
  bug:"318519337"
}
+5 −0
Original line number Diff line number Diff line
package: "com.android.internal.telephony.flags"
container: "system"

# OWNER=forestchoi TARGET=24Q3
flag {
    name: "ap_domain_selection_enabled"
    namespace: "telephony"
@@ -8,6 +9,7 @@ flag {
    bug:"258112541"
}

# OWNER=forestchoi TARGET=24Q3
flag {
    name: "use_aosp_domain_selection_service"
    namespace: "telephony"
@@ -15,13 +17,16 @@ flag {
    bug:"258112541"
}

# OWNER=forestchoi TARGET=24Q3
flag {
    name: "use_oem_domain_selection_service"
    is_exported: true
    namespace: "telephony"
    description: "This flag controls OEMs' domain selection service supported."
    bug:"258112541"
}

# OWNER=forestchoi TARGET=24Q3
flag {
    name: "domain_selection_metrics_enabled"
    namespace: "telephony"
+52 −0
Original line number Diff line number Diff line
package: "com.android.internal.telephony.flags"
container: "system"

# OWNER=hyosunkim TARGET=24Q2
flag {
    name: "conference_hold_unhold_changed_to_send_message"
    namespace: "telephony"
@@ -8,6 +9,7 @@ flag {
    bug:"288002989"
}

# OWNER=joonhunshin TARGET=24Q2
flag {
    name: "ignore_already_terminated_incoming_call_before_registering_listener"
    namespace: "telephony"
@@ -15,6 +17,7 @@ flag {
    bug:"289461637"
}

# OWNER=joonhunshin TARGET=24Q2
flag {
    name: "clear_cached_ims_phone_number_when_device_lost_ims_registration"
    namespace: "telephony"
@@ -22,6 +25,7 @@ flag {
    bug:"288002989"
}

# OWNER=sangyun TARGET=24Q2
flag {
    name: "update_ims_service_by_gathering_provisioning_changes"
    namespace: "telephony"
@@ -29,13 +33,16 @@ flag {
    bug:"302281114"
}

# OWNER=shmun TARGET=24Q3
flag {
    name: "add_rat_related_suggested_action_to_ims_registration"
    is_exported: true
    namespace: "telephony"
    description: "This flag is for adding suggested actions related to RAT to ims registration"
    bug:"290573256"
}

# OWNER=joonhunshin TARGET=24Q3
flag {
    name: "terminate_active_video_call_when_accepting_second_video_call_as_audio_only"
    namespace: "telephony"
@@ -43,13 +50,16 @@ flag {
    bug:"309548300"
}

# OWNER=sewookseo TARGET=24Q3
flag {
    name: "emergency_registration_state"
    is_exported: true
    namespace: "telephony"
    description: "This flag is created to notify emergency registration state changed."
    bug:"312101946"
}

# OWNER=apsankar TARGET=24Q3
flag {
    name: "call_extra_for_non_hold_supported_carriers"
    namespace: "telephony"
@@ -57,9 +67,51 @@ flag {
    bug:"315993953"
}

# OWNER=joonhunshin TARGET=24Q3
flag {
    name: "update_roaming_state_to_set_wfc_mode"
    namespace: "telephony"
    description: "This flag updates roaming state to set wfc mode"
    bug:"317298331"
}

# OWNER=joonhunshin TARGET=24Q3
flag {
    name: "enable_sip_subscribe_retry"
    namespace: "telephony"
    description: "This flag controls whether framework supports SIP subscribe retry or not"
    bug:"297023230"
}

# OWNER=joonhunshin TARGET=24Q3
flag {
    name: "answer_audio_only_when_answering_via_mmi_code"
    namespace: "telephony"
    description: "This flag changes the media type when answering incoming call via MMI code"
    bug:"286499659"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

# OWNER=joonhunshin TARGET=24Q3
flag {
    name: "notify_initial_ims_provisioning_status"
    namespace: "telephony"
    description: "This flag allows to notify initial IMS provisioning status when IFeatureProvisioningCallback registered or ImsService connected"
    bug:"330082572"
    metadata {
        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
    }
}
Loading