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

Make incoming call screen more functional, propose: answer, reject, reject with sms, mute #25

Open
vaspa opened this issue Dec 8, 2015 · 2 comments

Comments

@vaspa
Copy link
Contributor

vaspa commented Dec 8, 2015

Different Android versions and manufacturer customized ones have different implementations for call notifications. It may appear that implementing a separate feature based on phone state (TelephonyManager, PhoneStateListener, etc.) with proper notifications can be more consistent.

@althink
Copy link
Member

althink commented Dec 8, 2015

I'm afraid that programatically answering the phone is not part of public API. There are many workarounds that work on certain android versions but none is guaranteed to work on every phone:

http://stackoverflow.com/questions/26924618/how-can-incoming-calls-be-answered-programmatically-in-android-5-0-lollipop

It looks like none of them may work on HTC phones:
https://forums.xamarin.com/discussion/36102/how-to-answer-a-phone-call-programmatically

In old version 06c0092 it was a separate feature but I had problem with answering calls. If you find a good way that work on all phones then it will be great. I've decided to use notification because at the time I thought that's the most generic option (and it may appear that it's not)

@McBoby
Copy link

McBoby commented Aug 23, 2019

yeah the incoming Call Id can it Also have a Geolocation Of the Caller Displayed on, think it will be best, if anyone has an Idea plss can you hint me up. thanks

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

No branches or pull requests

3 participants