Is there already an issue requesting this feature?
Please select affected platform(s)
Use case
I've noticed that many people have issues with enabling the post installation flags to allow access to specific permissions.
It would therefor be nice, when a Permission check would respond in the console whether the flag is set or not.
Proposal
Some ideas i have are:
- add the 'enabled' flag to the Permission as
Permission.isEnabled or Permission.enabled.
- print to the console when a permission is requested but the
enabled value is not set
- add
PermissionStatus.disabled as another enum (least recommended)
Specific requirements or considerations
No response
Additional information or context
No response
Is there already an issue requesting this feature?
Please select affected platform(s)
Use case
I've noticed that many people have issues with enabling the post installation flags to allow access to specific permissions.
It would therefor be nice, when a Permission check would respond in the console whether the flag is set or not.
Proposal
Some ideas i have are:
Permission.isEnabledorPermission.enabled.enabledvalue is not setPermissionStatus.disabledas another enum (least recommended)Specific requirements or considerations
No response
Additional information or context
No response