Hi to all!
I want to open phone dialer but without calling the phone number with this code i found on this forum:
Sub DialNumber(PhoneNum As String)
Dim PC As PhoneCalls
Dim RP As RuntimePermissions
Dim CallReason As String = "In order for this program to dial phone numbers, your...
I am working on an app that is required to vibrate when an incoming phone call comes. I detected incoming call using PhoneEvents_PhoneStateChanged function, checking it's STATE=RINGING. I can vibrate the device with PhoneVibrate as well. But I want to make sure I don't vibrate on an incoming...
Hello,
I wanted to create an app that dismisses an incoming phone call by filtering the phone number.
(for example, if the phone number contains "054742", the app will automatically dismiss it.
I looked out the "PhoneStateChanged" event but didn't know if I can get the phone number of the...
I have reworked my old code sample basing on StackOverflow example code:
Depends on: Phone lib
DO not forget at an activity to request PERMISSION_READ_PHONE_STATE.
hello
i tried to run this solution ( i red the other posts on it)
my app is making a call .
when i run on debug and add break point it work. but when i run it in full mode the speaker not open.
Dim ctxt As JavaObject
ctxt.InitializeContext
Dim audioManager As JavaObject =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.