Bixby Developer Center

References

exported-permissions

optional

Permissions relevant to sensitive content from an imported library that users will be aware of and asked permission for. For each type of sensitive content the capsule requests, a localized explanation of this permission must be specified in the capsule description. Every language your capsule supports must have these explanations in the appropriate capsule-info.bxb file. These permissions are the same library-permission keys you declare in your capsule.bxb file.

Examples

...
exported-permissions {
permission (my-permission-type) {
label (xyz info) // required
detail (A explanation what this permission type is about) // optional
}
}
...
capsule-info {
...
exported-permissions {
permission (myType1) {
label (exported myType1)
detail (test: type1, exported in the library capsule)
}
permission (myType2) {
label (exported myType2)
detail (test: type2, exported in the library capsule)
}
}
}

Child Keys

permission
optional
The specific permission the library capsule is exporting