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

Commit bdd8d067 authored by Eun Jeong Shin's avatar Eun Jeong Shin
Browse files

Add new flag to enable reading cell information in TelephonyManager.

This flag will be used to enable new App Ops to manage access to reading cell information or identity.

Bug: 391621017
Change-Id: Iec09498538ed4c16b06b660335a9c86bdf075d75
Flag: EXEMPT flag only update
parent 72cfa856
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -573,3 +573,10 @@ flag {
    description: "Collect stats about permission one time sessions."
    bug: "417779908"
}

flag {
    name: "app_ops_read_cell_information"
    namespace: "privacy_infra_policy"
    description: "This flag is used to read cell information from TelephonyManager"
    bug: "391621017"
}
 No newline at end of file