Enables the capsule to request permission for access to the device's current location. This is necessary for access to the $user.currentLocation
Expression Language variable.
If you intend to provide location-based services through Bixby in Korea, you must abide by the Terms and Conditions for Use of Location Information:
capsule {
...
permissions {
device-location-access
}
}
This permission is not necessary to use the bixby.contact
or viv.self
library capsules. Instead, you should use the appropriate library-permission
in conjunction with the bixby.contact
or viv.self
capsule. Consult their documentation for more details.
restrictions optional | Defines restrictions on a permission |
Copyright 2025 Samsung All rights reserved