简体   繁体   English

J2ME:阻止来电

[英]J2ME: block incoming call

I am working in J2ME, want to make an application to block incoming calls from some certain numbers. 我在J2ME工作,想要创建一个应用程序来阻止来自某些数字的来电。 Is this possible to block some numbers using programming in J2ME? 这是否可以使用J2ME中的编程来阻止某些数字?

不,在J2ME中绝对没有办法做到这一点。

Depends on your platform. 取决于您的平台。 Some manufacturers delivers ME with proprietary classes for AT command interface. 一些制造商向ME提供AT命令接口的专有类。

With AT command interface you can use CLIP feature. 使用AT命令界面,您可以使用CLIP功能。 When someone is calling, software can check phonenumber from the +CLIP URC. 当有人打电话时,软件可以检查来自+CLIP URC的电话号码。 And dedicate to answer or hang-up the incoming call. 并致力于接听或挂断来电。

That of cource does not prevent the calling, but it prevent answering. cource的内容不会阻止调用,但它会阻止回复。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM