As it seems that you cannot end a call directly from your application, I want to know if there's a way to go back to the android call screen from my application. So the user just have to press a button on my application and be redirected to the android call screen to hang up the call ?
Asked
Active
Viewed 522 times
1 Answers
0
I think you can... it's just not easy.
If you have a ITelephony.aidl you can interact with it.
Check this:
Reflection to access advanced telephony features
Some other examples in this project:

Community
- 1
- 1

neteinstein
- 17,529
- 11
- 93
- 123
-
Thanks for your answer, I've found a workaround using ITelephony, but can I be sure it will work on every Android phone and version ? I think the answer is no... :( – nah0y Jun 05 '11 at 08:54
-
I think ITelephony works in every phone.. but, there is no guaranty if that's what you mean... – neteinstein Jun 06 '11 at 10:04
-
Yeah that's what I mean :) But it's working perfectly for the moment ! – nah0y Jun 12 '11 at 20:28