Answer phone call
问题 I need to accept automatically phone calls (depending on source phone number). At this time, I can end incoming calls, but can't accept'em. I've found several examples and this is what I have at this moment. Add to AndroidManifest: <permission android:name="android.permission.MODIFY_PHONE_STATE" /> <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" /> <uses-permission android:name="android.permission.CALL_PHONE" /> ... <receiver android:name=".panic.IncomingCallReceiver">