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

Commit 804db141 authored by Steve Statia's avatar Steve Statia Committed by Android (Google) Code Review
Browse files

Merge "Add owner and target release comment for all Telecom flags" into main

parents 149d5dae e7a32a80
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
package: "com.android.server.telecom.flags"
container: "system"

# OWNER=tjstuart TARGET=24Q3
flag {
  name: "gen_anom_report_on_focus_timeout"
  namespace: "telecom"
+14 −6
Original line number Diff line number Diff line
package: "com.android.server.telecom.flags"
container: "system"

# OWNER=grantmenke TARGET=24Q3
flag {
  name: "voip_app_actions_support"
  is_exported: true
@@ -9,6 +10,7 @@ flag {
  bug: "296934278"
}

# OWNER=grantmenke TARGET=24Q3
flag {
  name: "call_details_id_changes"
  is_exported: true
@@ -17,6 +19,7 @@ flag {
  bug: "301713560"
}

# OWNER=kunduz TARGET=24Q2
flag {
  name: "add_call_uri_for_missed_calls"
  is_exported: true
@@ -25,6 +28,7 @@ flag{
  bug: "292597423"
}

# OWNER=tjstuart TARGET=24Q3
flag {
  name: "set_mute_state"
  is_exported: true
@@ -33,6 +37,7 @@ flag{
  bug: "310669304"
}

# OWNER=tjstuart TARGET=24Q3
flag {
  name: "get_registered_phone_accounts"
  is_exported: true
@@ -41,6 +46,7 @@ flag{
  bug: "317132586"
}

# OWNER=tjstuart TARGET=24Q3
flag {
  name: "transactional_video_state"
  is_exported: true
@@ -49,6 +55,7 @@ flag{
  bug: "311265260"
}

# OWNER=tjstuart TARGET=24Q3
flag {
  name: "business_call_composer"
  is_exported: true
@@ -58,6 +65,7 @@ flag{
  is_exported: true
}

# OWNER=tgunn TARGET=25Q3
flag {
  name: "get_last_known_cell_identity"
  is_exported: true
+1 −1
Original line number Diff line number Diff line
package: "com.android.server.telecom.flags"
container: "system"

# OWNER=tgunn TARGET=24Q3
flag {
  name: "use_actual_address_to_enter_connecting_state"
  namespace: "telecom"
  description: "Fix bugs that may add bluetooth device with null address."
  bug: "306113816"
}
+1 −0
Original line number Diff line number Diff line
package: "com.android.server.telecom.flags"
container: "system"

# OWNER=tgunn TARGET=24Q3
flag {
  name: "is_new_outgoing_call_broadcast_unblocking"
  namespace: "telecom"
+1 −0
Original line number Diff line number Diff line
package: "com.android.server.telecom.flags"
container: "system"

# OWNER=qingzhong TARGET=24Q2
flag {
  name: "skip_filter_phone_account_perform_dnd_filter"
  namespace: "telecom"
Loading