diff options
author | 2024-09-26 05:30:44 -0700 | |
---|---|---|
committer | 2024-09-27 11:18:39 +0000 | |
commit | 27884097f7a2c40efb6a3f385d2550bb349f2b83 (patch) | |
tree | a7e91d4cb2f3467341107169a3e33f204cef3cdb /flags | |
parent | bce9c37d6cc0d9f67c44e75125180ce736d4bad4 (diff) |
Show attribution label from location provider only on permission timeline page
Bug: 369606734
Test: atest PermissionHistoryTest
Test: atest PermissionControllerMockingTests
FLAG: com.android.permission.flags.permission_timeline_attribution_label_fix
Relnote: bug fix
Change-Id: Ic3f9256d3fef0c19f557142f332364fbe0aadab3
Diffstat (limited to 'flags')
-rw-r--r-- | flags/Android.bp | 1 | ||||
-rw-r--r-- | flags/flags.aconfig | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/flags/Android.bp b/flags/Android.bp index aba1e44a9..d22da26c3 100644 --- a/flags/Android.bp +++ b/flags/Android.bp @@ -36,6 +36,7 @@ java_aconfig_library { libs: ["framework-configinfrastructure.stubs.module_lib"], visibility: [ "//packages/modules/Permission:__subpackages__", + "//vendor:__subpackages__", ], apex_available: [ "com.android.permission", diff --git a/flags/flags.aconfig b/flags/flags.aconfig index c94614654..5f3d1cc93 100644 --- a/flags/flags.aconfig +++ b/flags/flags.aconfig @@ -108,3 +108,12 @@ flag { bug: "349675008" is_fixed_read_only: true } + +flag { + name: "permission_timeline_attribution_label_fix" + is_exported: true + namespace: "permissions" + description: "This flag is used for the attribution label fix on permission timeline page" + bug: "369606734" + is_fixed_read_only: true +} |