diff options
| author | 2024-12-13 03:58:05 -0800 | |
|---|---|---|
| committer | 2024-12-13 03:58:05 -0800 | |
| commit | 7329e2c07653ab391eb66296c4d11070683c8ffc (patch) | |
| tree | 57111163852c58d69ea3b24b39f1040430bb96f6 | |
| parent | 0186ff26782180ae70e130c30f6892b5e13bfef2 (diff) | |
| parent | bfe2764f1178749c34051aa8d724642a681e1dd7 (diff) | |
Merge "Use the feature reference bug in the aconfig file as required for the flag rollout process." into main
| -rw-r--r-- | core/java/android/permission/flags.aconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/permission/flags.aconfig b/core/java/android/permission/flags.aconfig index 07b9f5242b42..70d8891f0677 100644 --- a/core/java/android/permission/flags.aconfig +++ b/core/java/android/permission/flags.aconfig @@ -340,7 +340,7 @@ flag { is_fixed_read_only: true namespace: "health_fitness_aconfig" description: "This flag protects the permission that is required to call Health Connect backup and restore apis" - bug: "376014879" # android_fr bug + bug: "324019102" # android_fr bug is_exported: true } |