diff options
author | 2025-01-14 10:21:04 -0800 | |
---|---|---|
committer | 2025-01-14 14:08:49 -0800 | |
commit | 70597713d22d72d1c3ea613e7484ec7f2f3717e2 (patch) | |
tree | cb4797d49c97198ebd62b831c29e7c518323e847 | |
parent | 12119474bdde2ab5d2d24da5c5ef3e927ee2b73d (diff) |
Add flag default_apps_recommendation_enabled
LOW_COVERAGE_REASON=NON_CODE_ONLY
Bug: 388234667
Flag: com.android.permission.flags.default_apps_recommendation_enabled
Relnote: N/A
Test: presubmit
Change-Id: I0204bf6f0d54151b40e7af39120da98c7ccfaa2e
-rw-r--r-- | flags/flags.aconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/flags/flags.aconfig b/flags/flags.aconfig index 4cb084988..45afa5ff4 100644 --- a/flags/flags.aconfig +++ b/flags/flags.aconfig @@ -152,4 +152,13 @@ flag { description: "This flag is used to enable Expressive Design for Settings pages inside PermissionController" bug: "375480184" is_fixed_read_only: true -}
\ No newline at end of file +} + +flag { + name: "default_apps_recommendation_enabled" + is_exported: true + namespace: "permissions" + description: "This flag enables the recommended section in default apps" + bug: "388234667" + is_fixed_read_only: true +} |