Conside this:
SP.Play(LoadId1, 1,1,3,0,2)
StartActivity(PhoneCall.Call(PhoneNumber))
this sould play sound before dialing
if running as above the sound is been cut / volume reduced after ~1 sec
(I guess it is phone feature that stop sound while makine phone call)
<since if I remove second code line, sound is ok>
how can i overcome this?
SP.Play(LoadId1, 1,1,3,0,2)
StartActivity(PhoneCall.Call(PhoneNumber))
this sould play sound before dialing
if running as above the sound is been cut / volume reduced after ~1 sec
(I guess it is phone feature that stop sound while makine phone call)
<since if I remove second code line, sound is ok>
how can i overcome this?