No such method getITelephony to disconnect Call

后端 未结 3 1346
既然无缘
既然无缘 2020-12-16 01:38

i want to disconnect outgoing call in ICS.

My issue is first of all I am not getting the broadcast in IC` in Gingerbread it is working fine and blocking the calls bu

3条回答
  •  -上瘾入骨i
    2020-12-16 02:02

    use of reflection to get access to "getITelephony" won't work in Android 2.3+

    Reference:

    http://hive-mind.org/android-call-blocking

    How do you programmatically end a call on 2.3+?

提交回复
热议问题