R RobertJ Member Licensed User Longtime User Feb 21, 2012 #1 Is it possible to block your phone number before making a phone call? B4X: ' TODO: Add some code to block your phone number ' Make the call Dim P As PhoneCalls StartActivity(p.Call("949-555-8896")) I want to use my personal smart phone in my business. Thank you.
Is it possible to block your phone number before making a phone call? B4X: ' TODO: Add some code to block your phone number ' Make the call Dim P As PhoneCalls StartActivity(p.Call("949-555-8896")) I want to use my personal smart phone in my business. Thank you.
Erel B4X founder Staff member Licensed User Longtime User Feb 21, 2012 #2 On some providers you can add a prefix such as *67 and it will block your phone number. It depends on the provider. This is the only thing you can do. Upvote 0
On some providers you can add a prefix such as *67 and it will block your phone number. It depends on the provider. This is the only thing you can do.