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

Commit 51f0227a authored by Grant Menke's avatar Grant Menke
Browse files

Add the relevant flag to guard call setting security fixes.

This CL adds the flag that will be used to guard the call settings security vulnerability fixes in CdmaCallOptions and GsmUmtsCallOptions.

Test: manual
Bug: 309655251
Change-Id: I83e240b711162ec4adfb31586813575d3966f2c3
parent d0e80f47
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -21,3 +21,10 @@ flag {
  description: "Enable system api isWpsCallNumber. Its an utility api to check if the dialed number is for Wireless Priority Service call."
  bug: "304272356"
}

flag {
  name: "ensure_access_to_call_settings_is_restricted"
  namespace: "telephony"
  description: "Check if access to mobile network configs restricted before displaying call options"
  bug: "309655251"
}
 No newline at end of file