麻省理工学院的应用程序发明者可以做很多事情,但是,如何接收电话/短信甚至显示主叫号码都没有明确的方法......这可能吗?
答案 0 :(得分:0)
您无法通过App Inventor接听电话,但有PhoneCall组件,但您只能Use this component to dial the phone and make a call.
有Texting组件,可以发送和接收短信,还会显示发送电话号码:When a message arrives, the MessageReceived event is raised and provides the sending number and message.
有关详细信息,请参阅reference documentation。
答案 1 :(得分:0)
http://ai2.appinventor.mit.edu/reference/components/social.html:
PhoneCallStarted(号码状态,文字phoneNumber) 指示电话已开始的事件。如果状态为1,则来电正在响铃;如果状态为2,则拨出电话。 phoneNumber是呼入/呼出电话号码。使用这个方块 将添加危险的权限,需要额外的批准 如果您的应用已提交到Google Play商店。