summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flags/flags.aconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/flags/flags.aconfig b/flags/flags.aconfig
index c2f2935b3..c94614654 100644
--- a/flags/flags.aconfig
+++ b/flags/flags.aconfig
@@ -100,3 +100,11 @@ flag {
is_fixed_read_only: true
}
+flag {
+ name: "app_permission_fragment_uses_preferences"
+ is_exported: true
+ namespace: "permissions"
+ description: "This flag enables AppPermissionFragment rather than LegacyAppPermissionFragment (to support BC25)"
+ bug: "349675008"
+ is_fixed_read_only: true
+}