Commit 3421d41b by Maurits van Beusekom

Updated documentation

parent 78afbde5
...@@ -143,7 +143,7 @@ enum PermissionStatus { ...@@ -143,7 +143,7 @@ enum PermissionStatus {
/// Permission to access the requested feature is denied by the user. /// Permission to access the requested feature is denied by the user.
denied, denied,
/// The feature is disabled (or not available) on the device. /// Permissions to access the feature is granted by the user but the feature is disabled.
disabled, disabled,
/// Permission to access the requested feature is granted by the user. /// Permission to access the requested feature is granted by the user.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment