Bixby Developer Center

References

permission

optionalmultiple allowedvalue required

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.

Example

// resources/en/capsule-info.bxb
capsule-info {
...
requested-permissions {
...
permission (device-location-access) {
justification ("To find restaurants and businesses near your current location")
}
}
}

Child Keys

justification
required
The user-facing justification, explaining why the permission is needed