简体   繁体   中英

J2ME: block incoming call

I am working in J2ME, want to make an application to block incoming calls from some certain numbers. Is this possible to block some numbers using programming in J2ME?

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

Depends on your platform. Some manufacturers delivers ME with proprietary classes for AT command interface.

With AT command interface you can use CLIP feature. When someone is calling, software can check phonenumber from the +CLIP URC. And dedicate to answer or hang-up the incoming call.

That of cource does not prevent the calling, but it prevent answering.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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