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

Commit 9e5e7a00 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 13579076 from cca9de37 to 25Q3-release

Change-Id: I0c371041da8904b78ef4628d3c3dc53b03f39d64
parents c0df100f cca9de37
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@

    <protected-broadcast android:name="android.intent.action.SHOW_MISSED_CALLS_NOTIFICATION"/>
    <protected-broadcast android:name="com.android.server.telecom.MESSAGE_SENT"/>
    <protected-broadcast android:name="android.telecom.action.CALL_BACK"/>

    <uses-permission android:name="android.permission.HIDE_NON_SYSTEM_OVERLAY_WINDOWS"/>

+1 −0
Original line number Diff line number Diff line
@@ -44,5 +44,6 @@ aconfig_declarations {
        "telecom_non_critical_security_flags.aconfig",
        "telecom_headless_system_user_mode.aconfig",
        "telecom_metrics_flags.aconfig",
        "telecom_integrated_call_log.aconfig",
    ],
}
+11 −0
Original line number Diff line number Diff line
@@ -76,6 +76,17 @@ flag {
    }
}

# OWNER=pmadapurmath TARGET=25Q4
flag {
  name: "bypass_hold_for_ecc_dial"
  namespace: "telecom"
  description: "When making room for an outgoing emergency call, don't send a hold request when the live call and emergency call phone accounts are the same. We will let this be handled in Telephony instead."
  bug: "419729271"
  metadata {
      purpose: PURPOSE_BUGFIX
    }
}

# OWNER=tgunn TARGET=25Q3
flag {
  name: "voip_dnd_focus"
+0 −11
Original line number Diff line number Diff line
@@ -89,14 +89,3 @@ flag {
    purpose: PURPOSE_BUGFIX
  }
}

# OWNER=pmadapurmath TARGET=25Q3
flag {
  name: "maybe_default_speaker_after_unhold"
  namespace: "telecom"
  description: "If the call audio route was on speaker and the call is held/unheld, ensure that we route back to speaker."
  bug: "406898224"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}
+11 −0
Original line number Diff line number Diff line
package: "com.android.server.telecom.flags"
container: "system"

# OWNER=huiwang TARGET=25Q4
flag {
  name: "integrated_call_logs"
  namespace: "telecom"
  description: "Support integrated call logs"
  bug: "420711866"
}
Loading