Changes the default match mode of instantiation strategies to MostSpecific.
When enabled, all instantiation-strategy files use the most specific match pattern. It would be like specifying the following in your action:
...
default-init {
with-strategy {
match-mode (MostSpecific)
}
}
...This runtime flag is enabled by default in the following runtime versions:
capsule {
runtime-version (1) {
overrides {
use-most-specific-instantiation-strategy (true)
}
}
}Copyright 2026 Samsung All rights reserved