Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to speak the name of the caller? #5

Open
aDarkRider opened this issue Aug 29, 2023 · 1 comment
Open

How to speak the name of the caller? #5

aDarkRider opened this issue Aug 29, 2023 · 1 comment

Comments

@aDarkRider
Copy link

I have read the complete article. I followed it an created an app. The main issue I'm facing is that when app is destroyed the InCallService doesn't launch the CallActivity that was created to handle the calls on some devices. I'm using Infinix device with Android version 11. I'm trying to launch my custom CallActivity when a new call is added to the device. it work fine if the application is in foreground or in background but it stop working when the app is destroyed. If the app is destroyed the default call activity is launched instead of the custom CallActivity that I created. Also on some devices even if the app is destroyed the custom CallActivity is launched but the TextToSpeech api doesn't work.

@slpo04
Copy link

slpo04 commented Sep 22, 2023

It sounds like you've put in a lot of effort into your app, but you're encountering some issues with the InCallService and the CallActivity on specific devices. This can be quite frustrating. Device-specific behavior can sometimes be challenging to troubleshoot. You might want to consider reaching out to the device manufacturer's support or community forums to see if others have experienced similar problems with Infinix devices on Android 11. Additionally, for the TextToSpeech API issue, make sure you have the necessary permissions and check if there are any device-specific quirks affecting its functionality. usaudiovisuals Best of luck with resolving these challenges!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants