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

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

Create a new flag to track cell reporting app-ops: this flags cell identity or...

Create a new flag to track cell reporting app-ops: this flags cell identity or information reporting tied to ACCESS_FINE_LOCATION or ACCESS_COARSE_LOCATION

Bug: 420985100
Flag: EXEMPT flag only update
Change-Id: Ic62acabe59c4327162e38c5900889b65d41f4073
parent 60403a35
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -596,3 +596,10 @@ flag {
    description: "Add support for deprecating unused Default Permission Pregrant Policy"
    bug: "420985100"
}

flag {
    name: "app_ops_cell_reporting"
    namespace: "permissions"
    description: "This flags app ops cell reporting tied to ACCESS_FINE_LOCATION or ACCESS_COARSE_LOCATION"
    bug: "420985100"
}
 No newline at end of file