Hi All
While testing our app on a stock android phone,usually testing on HTC, we have noticed the following;
(We are in Ireland)
Using StartActivity(svc_phone.mPhone.Call(APPSET.voiceNum) ) where APPSET.voiceNum = 087xxxxxxx, the Dialer is loaded but no call is made.
However if APPSET.voiceNum = 0035387xxxxxxx the dialer loads and makes the call. Is this a bug in Android or normal behavour.
Is there another way to make the call using reflection etc.
Regards
John.
While testing our app on a stock android phone,usually testing on HTC, we have noticed the following;
(We are in Ireland)
Using StartActivity(svc_phone.mPhone.Call(APPSET.voiceNum) ) where APPSET.voiceNum = 087xxxxxxx, the Dialer is loaded but no call is made.
However if APPSET.voiceNum = 0035387xxxxxxx the dialer loads and makes the call. Is this a bug in Android or normal behavour.
Is there another way to make the call using reflection etc.
Regards
John.