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

Commit a3522442 authored by yomna's avatar yomna
Browse files

Add flag to guard if a user can see call failure error message if 2G is off

Test: m
Bug: b/300142897
Change-Id: Id8fb49d91af39c5d371476cb49ed7ad998e7cb88
parent 21dd960b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -6,3 +6,10 @@ flag {
  description: "APIs that are used to notify simultaneous calling changes to other applications."
  bug: "297446980"
}

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"
}
 No newline at end of file