Questions tagged [in-call]
27 questions
2
votes
0 answers
In-call status bar overlaps with presenting view controller
Say I have just 3 controllers FirstViewController, SecondViewController and a RootViewController.
And I present FirstViewController from RootViewController, and then SecondViewController from FirstViewController on some Button's tap, so the…

O Fenômeno
- 445
- 3
- 14
2
votes
1 answer
iOS in-call status bar doesn't show when activated in the simulator. Is this normal behaviour?
The in-call status bar doesn't show when activated in the simulator.
My app has the regular status bar always hidden, is this normal behaviour?
Is my app going to be rejected if the in-call status bar doesn't show at all?

Jake Armstrong
- 569
- 4
- 21
2
votes
1 answer
Android How can I Minimize In Call Screen & Move my own task forward - Android 10 (2.3.3)
It feels like this question has been asked allot, but non of them fits my needs an non of the solutions work for me.
I have an application with a class extending to PhoneStateListener to listen for the following states:
CALL_STATE_RINGING (Here I…

Pierre
- 8,397
- 4
- 64
- 80
2
votes
1 answer
objective c mute UILocalNotification when user making phone call
I have an app that is registered for UILocalNotification, and the notification sound have a duration of 30 seconds, when user is making a phone call and the fireDate of the UILocalNotification at the same time with the call, the notification sound…

Mutawe
- 6,464
- 3
- 47
- 90
1
vote
1 answer
Is 'toggle in-call status bar' reliable?
I'm working on my first app. My question is: In XCode 3.2.6, is the Hardware, 'Toggle In-Call Status Bar' feature reliable? I have an iPod & iPad to test, but not an iPhone. I am wondering if the simulator is reliable on this feature. My concern is…

Dev1345
- 61
- 1
- 11
1
vote
1 answer
If my app is selected as the default Dialer App. Is it possible to make intent to show call in the Dialer
I have implemented a CallService which I have in the manifest like this:

rosu alin
- 5,674
- 11
- 69
- 150
1
vote
1 answer
Can we get Call details like caller number and contact details from InCallService or Telecom.Call?
I actually want to overlay default calling screen and handle everything on my activity. The problem I am facing is how can I get the caller number and if it is a contact stored in my phone from Telecom.Call object because that is the only available…

Farhan Ahmed
- 11
- 2
1
vote
0 answers
How to resize view when in-call status bar appears in Xamarin iOS?
In my xamarin application i need to resize view when in-call status bar is present. As per xamarin documents for iOS, I have tried using ObserveWillChangeStatusBarFrame notification (WillChangeStatusBarFrameNotification is deprecated in Xamarin iOS)…

DJB
- 857
- 7
- 15
1
vote
0 answers
ios 7 auto resize UINavigationController when In-Call status bar is toggle Monotouch
I'm having a problem when the in-call status bar it shows, I have tried.
navigationController = new UINavigationController ();
navigationController.NavigationBarHidden = true;
navigationController.View.AutosizesSubviews = true;
…

gabriel_0210
- 70
- 1
- 8
0
votes
0 answers
detect outgoing call when another call is already active android
How to detect outgoing call when another call is already active in android ?
Used Action new outgoing call and action phone state change but it does not detect outgoing call when another call is already active....

Sandy
- 91
- 1
- 1
- 11
0
votes
0 answers
Unable to Inspect Object com.android.incallui.service.SecCallPopupService on Samsung J5
I have a problem that I think is related with Android permissions, however I need some of your expertise to confirm it.
I have testing the old Samgung J5(Not rooted) with Android 8.1.0, Appium 1.10.0 with UiAutomator2 and ADB 10.0.40 (In…

Bruno Santos
- 11
- 3
0
votes
1 answer
iOS - Can I make the status bar look like the in-call
I need the status bar to look like there is a call and execute certain piece of code when the user taps the status bar.
Is it possible. I can't find any API allowing me to play with the status bar

i-konov
- 842
- 1
- 7
- 19