summaryrefslogtreecommitdiff
path: root/flags
diff options
context:
space:
mode:
author Samuel <sosibamowo@google.com> 2024-07-13 00:49:20 +0000
committer Samuel <sosibamowo@google.com> 2024-07-16 20:53:27 +0000
commitb64defbea57ac546a9de02c35008e8d756a9c499 (patch)
treeb983e435699d8a363591a28d65f54bb2ce88fa04 /flags
parent48fb95c715a0ad15e295f762df2adc34a9f218d3 (diff)
Adds switch for downgrading to coarse location
Within the updated permission prompt, users will have the ability to downgrade an app to use coarse location. To ensure consistency after the main location permission prompt update, a switch view has been added to the AutoAppPermissionFragment, so that users can maintain control over these permission levels. Bug: b/346369736 Flag: com.android.permission.flags.enable_coarse_fine_location_prompt_for_aaos Test: manuel testing LOW_COVERAGE_REASON=(FLAG_NOT_ENABLED| b/346369736) Change-Id: I295c35099444b11af883d8cc0cddf598e7e91b42
Diffstat (limited to 'flags')
-rw-r--r--flags/flags.aconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/flags/flags.aconfig b/flags/flags.aconfig
index a81de8144..cc7510b27 100644
--- a/flags/flags.aconfig
+++ b/flags/flags.aconfig
@@ -45,3 +45,12 @@ flag {
bug: "327489942"
is_fixed_read_only: true
}
+
+flag {
+ name: "enable_coarse_fine_location_prompt_for_aaos"
+ is_exported: true
+ namespace: "permissions"
+ description: "Feature flag to enable downgrading to coarse location on Automotive"
+ bug: "346369736"
+ is_fixed_read_only: true
+}