A block key that describes the reason a permission is being requested from the user. This information is user-facing.
Each permission you are requesting from the user should be listed here, with a reasonable justification on why you want that permission.
For more information, see the Grant Capsule Permissions and Grant Permissions for Exported Capsules topics.
...
requested-permissions {
permission(self:phone) {
justification (Used to sell to the highest bidder)
}
}
...
...
requested-permissions {
permission(testLib:myType1) {
justification (test: from testLib:myType1)
}
permission(testLib:myType2) {
justification (test: from testLib:myType2)
}
}
...
permission optional | 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 |
Copyright 2025 Samsung All rights reserved