B4A Question Block Incoming calls - Alex_197    Nov 26, 2020 Hi all.
Is it possible to block incoming calls? My app synchronizes with a server by using OkHTTPUtils2. Let's say I sent a request and waiting for a JobDone event to get a server response.
At the same time an incoming call received. User accepted this this call and now my app get paused and... I want to block incoming calls while I sync the data with a server and allow it again after synch... B4A Question block incoming call - Erel (first post)    Mar 21, 2013 There is no simple and reliable (reliable => works on all devices) way to do it. You can try to play with this library: http://www.b4x.com/forum/additional-libraries-classes-official-updates/12887-... B4A Question How to use BlockedNumberContract & BlockedNumberContract.BlockedNumbers ? - palmzac    Mar 2, 2018 Hi,
I want to use these API to handle 'Block incoming-call' in my app. How to do it ? Thanks !... B4A Question help needed - how to disable a panel and its elements - ilan (first post)    Sep 26, 2023
is there, alternatively, a way to block incoming phone call so there will be no interruptions on the critical part?
don't block incoming calls, this is a bad idea!
you can use the Activity_Pause to store your app stat on a public object (maybe map) :
Sub Activity_Pause (UserClosed... B4A Question Dont show incoming call? - Erel (first post)    Dec 12, 2016 It is difficult to block incoming calls. You can try to start an activity that hides the phone activity.... B4A Question killcall no longer works. can anybody help? - bentsvendsen (first post)    Jan 27, 2023 I have an old app where I used the endCall method to block incoming calls. I am trying to use the callScreeningService, and I got the roleManager part working. I have this part in the manifest and my service is started when I receive an incoming Call: AddApplicationText( <service android... filling the RoleManager.ROLE_CALL_SCREENING role when incoming calls are received (prior to ringing) and...) method to provide your service with details about the call. For incoming calls... B4A Question Blocking Call? - Erel (first post)    Jul 26, 2013 (I've removed your Basic4android avatar to avoid confusion)
Have you seen these discussions: http://www.b4x.com/search?query=block+incoming+call ?... B4A Question How to check the "android.permission.ANSWER_PHONE_CALLS" on B4A 8.0? - palmzac (first post)    Jun 7, 2018 of function is allow user to block incoming call by Tel No. On SDK 26, the endcall() need android.permission.ANSWER_PHONE_CALLS. Would you help me ? Thanks ! https://developer.android.com/reference/android/telecom/TelecomManager#endCall() Did you tried to request this permission....ANSWER_PHONE_CALLS" I dont think that you can answer a phone call from B4A without userintervention. I mean; i dont think that Android allows your app to answer a Call. I may be wrong... B4A Question Huawei 10 Mate lite and answer incoming call by using up volume button - Janusz Chmiel    Sep 14, 2021 , I can not answer the incoming call immediately. Unfortunately, Phone is a system app and when I have tried to find the answer to the incoming calls app on Google Play, no app could answer an incoming call. I have only heart special beep and some build in security routines blocked answer an incoming call... an incoming call on Huawei Mate 10 Lite. By default, a sighted person uses one finger to fast swipe from left... B4A Question How to parse incoming bluetooth data - Beja    Jan 6, 2025 Hi all!
Terminal App is receiving the data as per attached screenshot. But I couldn't receive i... Page: 1   2   3   4   5   6   7   |