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

Commit 49c08155 authored by Nathan Harold's avatar Nathan Harold
Browse files

Add a flag for Exposing NRI#getRejectCause

Need a feature flag to expose an existing simple getter
API from system to public.

Bug: 239730435
Test: compilation
Change-Id: I4e12f706f901a788d1d870bf6beb8f7f1c837e9f
parent eaed9899
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -53,5 +53,12 @@ flag {
  name: "support_nr_sa_rrc_idle"
  namespace: "telephony"
  description: "Support RRC idle for NR SA."
  bug: "301467052"
  bug: "298233308"
}

flag {
  name: "network_registration_info_reject_cause"
  namespace: "telephony"
  description: "Elevate NRI#getRejectCause from System to Public"
  bug: "239730435"
}