Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/217.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java android有可能在空中接到来电吗?_Java_Android_Actionscript 3_Air - Fatal编程技术网

Java android有可能在空中接到来电吗?

Java android有可能在空中接到来电吗?,java,android,actionscript-3,air,Java,Android,Actionscript 3,Air,有人知道android的“来电事件”吗? 是否有电子资源,或者我应该使用TelephonyManager自己制作? 停用事件不适合我。Android设备上的手机处于以下状态之一: 即使是与动作电话状态更改广播一起使用的额外状态查找键,也对应以下状态: EXTRA_STATE_IDLE (Value used with EXTRA_STATE corresponding to CALL_STATE_IDLE) EXTRA_STATE_OFFHOOK (Value used with EXTRA_

有人知道android的“来电事件”吗? 是否有电子资源,或者我应该使用TelephonyManager自己制作?
停用事件不适合我。

Android设备上的手机处于以下状态之一:

即使是与动作电话状态更改广播一起使用的额外状态查找键,也对应以下状态:

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中目前没有“空中来电”事件。

您是指“AdobeAIR”吗?这个问题写得不清楚。
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)