Specifies language and device constraints for a single target via either an allowed-list
or a blocked-list
, but not both.
...
visibility-constraints {
target-constraints {
allow-list {
allow (en-US)
...
}
}
}
...
...
visibility-constraints {
target-constraints {
blocked-list {
block (bixby-mobile-ko-KR)
...
}
}
}
...
allowed-list optional | Contains one or more allow keys specifying allowed values for a constraint |
blocked-list optional | Contains one or more block keys specifying blocked values for a constraint |
Copyright 2025 Samsung All rights reserved