I want to know how to add permission to allow midlet to initiate a phone call? I am testing my app on nokia E72 where I am always been asked to allow that call. Also, after saying yes it asks whether to initiate a video or a voice call.
I don't want my app to ask any permission and initiate a call straight away. If i could get a trusted third party certificate will it be possible and what permissions I'll have to set and how?
How to achieve this in J2me?
Thank you.