Android Question making a call - call forward / redirection

Sebastjan

Member
Licensed User
Longtime User
hey guys.. have a problem: i try to redirect (or forward) phone calls.
the redirection string if i enter it on the phone is like: *21*987654321#
cancel redirection string is like #21#

i use this VBA code:

B4X:
Dim pc As PhoneCalls
StartActivity(pc.Call("*21*987654321#"))

the code dials the sequence except the last # char ... and call fails. Anyone got a solution?

i tried:
2 phones (samsung and huawei)
double ## on the end
escaping # character ( \#) ....

and .. noup, no go. still dials all but #

hellp please.
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top