Can I block my phone number while calling?

RobertJ

Member
Licensed User
Longtime User
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.
 
Top