Thomas Stuart | 663bd93 | 2023-11-07 11:38:02 -0800 | [diff] [blame] | 1 | package: "com.android.server.telecom.flags" |
Oriol Prieto Gasco | d033ff8 | 2024-04-30 20:05:21 +0000 | [diff] [blame] | 2 | container: "system" |
Thomas Stuart | 663bd93 | 2023-11-07 11:38:02 -0800 | [diff] [blame] | 3 | |
| 4 | flag { |
Ruijie Bai | 5baccc8 | 2024-06-04 11:02:42 +0800 | [diff] [blame^] | 5 | name: "prevent_redundant_location_permission_grant_and_revoke" |
| 6 | namespace: "telecom" |
| 7 | description: "avoid redundant action of grant and revoke location permission for multiple emergency calls" |
| 8 | bug: "345386002" |
| 9 | } |
| 10 | |
| 11 | flag { |
Thomas Stuart | 663bd93 | 2023-11-07 11:38:02 -0800 | [diff] [blame] | 12 | name: "transactional_cs_verifier" |
| 13 | namespace: "telecom" |
| 14 | description: "verify connection service callbacks via a transaction" |
| 15 | bug: "309541257" |
| 16 | } |