We've deprecated marketplace-constraints
for better fine-grained control, with the new option to opt into an explicit list of device-models
and store-countries
for which you want your capsule to be available.
Learn more about updating your capsule.bxb
file to provide store countries and device models.
Your capsule will only appear in a specified country when the Marketplace is available in that country.
Examples
capsule {
...
device-models {
all {
except (SM-G973[A-Z]*) // Galaxy S10
except (SM-G975[A-Z]*) // Galaxy S10+
}
}
}
capsule {
...
store-countries {
all {
except (CN)
}
}
}
Learn more about the deprecation stages.
Copyright 2024 Samsung All rights reserved