Specifies that you are requesting a library-permission
in the permission-link
component. You must also declare and properly set up this permission in your capsule.bxb
file. For more information, see Grant Capsule Permissions in the Initializing Your Capsule Developers' Guide.
...
permission-link{
library-permission (self:profile)
...
}
...
permission-link{
library-permission (myLib:photos)
...
}
Copyright 2025 Samsung All rights reserved