The specific permission
you listed in your capsule.bxb
file that needs to be explained and justified to the user in a capsule-info.bxb
file.
// resources/en/capsule-info.bxb
capsule-info {
...
requested-permissions {
...
permission (device-location-access) {
justification ("To find restaurants and businesses near your current location")
}
}
}
justification required | The user-facing justification, explaining why the permission is needed |
Copyright 2025 Samsung All rights reserved