Mani
Mani

Reputation: 11

CodeNameOne Dial Issue

I've developed a mobile app which need to dial a number automatically within the APP. I use Display.getInstance().dial(xxxxxxx) but when this function is called just the dialer application comes up and appears without dialing and user needs to push the dial button within the dial application on Android.

I understand that dial() function just runs native dialer but I'm looking for a solution that dials automatically as well, because currently my App doesn't dial automatically as I tested it in different phones but my competitor APP which has been developed using native Android SDK works perfect and dials automatically.

Any idea?

Best Regards Mani

Upvotes: 0

Views: 145

Answers (1)

Shai Almog
Shai Almog

Reputation: 52760

This isn't builtin to Codename One since its pretty specific to Android, you can probably use native interfaces to achieve that result.

Upvotes: 1

Related Questions