Android Question PhoneCalls doesn't works anymore

Sgardy

Member
Licensed User
Longtime User
I use
Dim pc as PhoneCalls
Dim number as String
number = "22334455" 'Just an invented number
StartActivity(pc.Call(number))

My app crashes in all my devices, maybe the cause are new Android restrictions? It would be enaugh for me to open the system dialer with the number ready.

Any suggestion?
TNX
 

DonManfred

Expert
Licensed User
Longtime User
Hiding the error is a good idea to get help.

start with posting the full error
 
Upvote 0

Sgardy

Member
Licensed User
Longtime User
Very sorry! I'm updating an old application and missed to implement the runtime permission! Now it works.
I've to stop smoking that things! :D
TNX
 
Upvote 0
Top