使用するときに簡単な問題があります
var phone_number='12346789';
Titanium.Platform.openURL('tel:'+phone_number);
it goes to dial pad in android i want it to directly dial the call without prompting the user to press the call button.
AndroidManifest.xmlに権限を次のように追加しました
<uses-permission android:name="android.permission.CALL_PHONE" />
しかし、それでも機能していません。ユーザーに通話ボタンを押すように依頼してください。これを知っている人は誰でも助けてください。
アリ。