saurabh2590 / EasyAccess

A new shell for Android
3 stars 6 forks source link

Calls cannot be answered #9

Open justdroid opened 9 years ago

justdroid commented 9 years ago

BUG Calls cannot be answered

DETAILS After user receives a call, the screen displays a "Answer Call" button but clicking on the button does not do anything.

LIKELY MODULE phonedialer/CallManager.java

GaneshB-Extentia commented 9 years ago

As per the android security guidelines third party apps can't receive/answer call programmatically unless its a system app. So user must need to use default app to receive/answer call. Android Permission Guidelines

justdroid commented 9 years ago

Saurabh, can you shed light on how you got answering calls working initially?

I recall that in an earlier version of EasyAccess it would answer calls as you turned the phone over 180 degrees.