J2ME: block incoming call

I work in J2ME, I want to make an application to block incoming calls from certain specific numbers. Is it possible to block some numbers with programming in J2ME?

+4
source share
2 answers

No, there is absolutely no way in J2ME to do this.

+4
source

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

With the AT interface, you can use CLIP . When someone calls, the software can check the phone number with +CLIP URC. And devote an answer or wean an incoming call.

The fact that the course does not interfere with the call, but does not allow you to answer.

+1
source

Source: https://habr.com/ru/post/1411701/


All Articles