summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Yurii Zubrytskyi <zyy@google.com> 2024-10-30 16:04:15 -0700
committer Yurii Zubrytskyi <zyy@google.com> 2024-10-30 16:11:45 -0700
commit8a61fdd070789bd652ac0c01345af096e31dbff4 (patch)
tree38d856192a0ebb36d427d7861faf0fe3790b59e6
parentd0c4ff5d990ffccf89b906d36fd0ab21d562f098 (diff)
[res] Add a feature flag for android resources RRO fix
RROs targeting 'android' currently can't be enabled-disabled dynamically as Framework resources have no overlayable definition. This is a flag making it possible for the apps with the corresponding permission Bug: 364035303 Test: build Flag: EXEMPT adds a new flag Change-Id: Iadd9195a7dff878f9a399e5fa6e8c8bd4421a985
-rw-r--r--core/java/android/content/res/flags.aconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/java/android/content/res/flags.aconfig b/core/java/android/content/res/flags.aconfig
index 0af2f2576137..e98fc0c9d02c 100644
--- a/core/java/android/content/res/flags.aconfig
+++ b/core/java/android/content/res/flags.aconfig
@@ -74,3 +74,12 @@ flag {
description: "Feature flag for passing a dimension to create an frro"
bug: "369672322"
}
+
+flag {
+ name: "rro_control_for_android_no_overlayable"
+ is_exported: true
+ namespace: "resource_manager"
+ description: "Allow enabling and disabling RROs targeting android package with no overlayable"
+ bug: "364035303"
+}
+