Mark desktop windowing flag as fixed read only
This flag is also used in WM core.
There the policy is to stick to read only flags.
Renaming the flag as updating a flag to be fixed read only is not
supported.
Bug: 304778354
Test: m
Change-Id: Iccdaf970d81c31dc380fb6ab26a2414629d039ac
diff --git a/libs/WindowManager/Shell/aconfig/multitasking.aconfig b/libs/WindowManager/Shell/aconfig/multitasking.aconfig
index 51c71b1..0e59e9a 100644
--- a/libs/WindowManager/Shell/aconfig/multitasking.aconfig
+++ b/libs/WindowManager/Shell/aconfig/multitasking.aconfig
@@ -15,10 +15,11 @@
}
flag {
- name: "desktop_windowing"
+ name: "enable_desktop_windowing"
namespace: "multitasking"
description: "Enables desktop windowing"
bug: "304778354"
+ is_fixed_read_only: true
}
flag {