I'm using Godot 4.0.2 stable and in my project I want to have a button that has a phone number as an int variable and the user can try to call the number by tapping the button; like actually making a phone call.
- Is this possible?
- How?
- what permissions does the app need?