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

Commit b322161f authored by Grant Menke's avatar Grant Menke Committed by Android (Google) Code Review
Browse files

Merge "Add the relevant flag to guard call setting security fixes." into main

parents 37176b54 51f0227a
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line 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."
  description: "Enable system api isWpsCallNumber. Its an utility api to check if the dialed number is for Wireless Priority Service call."
  bug: "304272356"
  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