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

Commit a0250469 authored by Xin Li's avatar Xin Li
Browse files

Merge 25Q1 (ab/12770256) to aosp-main-future

Bug: 385190204
Merged-In: I0b2b75f5a2532aaba0e0f53a1e32bcb544e4638c
Change-Id: I470ba852329026c0b7d847608968b4334b69a49d
parents 6c6a256c d70d05c5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ android_library {
        "androidx.annotation_annotation",
        "androidx.core_core",
        "telecom_flags_core_java_lib",
        "modules-utils-handlerexecutor",
    ],
    resource_dirs: ["res"],
    proto: {
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ aconfig_declarations {
        "telecom_bluetoothdevicemanager_flags.aconfig",
        "telecom_non_critical_security_flags.aconfig",
        "telecom_headless_system_user_mode.aconfig",
        "telecom_session_flags.aconfig",
        "telecom_metrics_flags.aconfig",
    ],
}
+11 −0
Original line number Diff line number Diff line
@@ -16,3 +16,14 @@ flag {
  description: "If a self-managed call is stuck in certain states, disconnect it"
  bug: "360298368"
}

# OWNER=tgunn TARGET=25Q2
flag {
  name: "dont_timeout_destroyed_calls"
  namespace: "telecom"
  description: "When create connection timeout is hit, if call is already destroyed, skip anomaly"
  bug: "381684580"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}
+9 −0
Original line number Diff line number Diff line
@@ -73,3 +73,12 @@ flag {
  description: "Formalizes the getLastKnownCellIdentity API that Telecom reliees on as a system api"
  bug: "327454165"
}

# OWNER=grantmenke TARGET=25Q2
flag {
  name: "allow_system_apps_resolve_voip_calls"
  is_exported: true
  namespace: "telecom"
  description: "Allow system apps such as accessibility to accept and end VOIP calls."
  bug: "353579043"
}
+10 −0
Original line number Diff line number Diff line
@@ -8,3 +8,13 @@ flag {
  description: "Fix for Log.wtf in the BinderProxy"
  bug: "333417369"
}
# OWNER=huiwang TARGET=25Q1
flag {
  name: "keep_bluetooth_devices_cache_updated"
  namespace: "telecom"
  description: "Fix the devices cache issue of BluetoothDeviceManager"
  bug: "380320985"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}
Loading