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

Commit a43c2ae3 authored by Yomna Nasser's avatar Yomna Nasser Committed by Android (Google) Code Review
Browse files

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

parents ee83f127 2077117a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -62,3 +62,10 @@ flag {
  description: "Elevate NRI#getRejectCause from System to Public"
  bug: "239730435"
}

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"
}