gpt4 book ai didi

java - 是否有可能在空中接听 android 的来电?

转载 作者:搜寻专家 更新时间:2023-11-01 09:00:41 24 4
gpt4 key购买 nike

有谁知道 android 的“来电事件”?有资源还是我应该使用 TelephonyManager 自己制作?停用事件不适合我。

最佳答案

Android 设备上的电话位于 three states 之一:

CALL_STATE_IDLE (when it is not engaged in any calls), 
CALL_STATE_RINGING (when there is an incoming call and device is ringing),
CALL_STATE_OFFHOOK (when the user answers the call)

甚至是 EXTRA_STATE 查找键 TelephonyManager#ACTION_PHONE_STATE_CHANGED action与 ACTION_PHONE_STATE_CHANGED 广播一起使用对应于这些状态如下:

EXTRA_STATE_IDLE  (Value used with EXTRA_STATE corresponding to CALL_STATE_IDLE)
EXTRA_STATE_OFFHOOK (Value used with EXTRA_STATE corresponding to CALL_STATE_OFFHOOK)
EXTRA_STATE_RINGING (Value used with EXTRA_STATE corresponding to CALL_STATE_RINGING)

因此,为了回答您的问题,目前 Android 中没有“空中来电”事件。

关于java - 是否有可能在空中接听 android 的来电?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15197928/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com