How to programatically hide Caller ID on Android

后端 未结 2 1934
后悔当初
后悔当初 2020-12-10 07:29

on Android phones, under Call -> Additional settings -> Caller ID

it is possible to hide your caller ID. I want to do that programatically from my code, but was not

2条回答
  •  情深已故
    2020-12-10 07:37

    I'm not sure if this is a global feature, but Australian phones can hide their number by prefixing the caller's number with #31# or 1831. This may not be the perfect solution, but a prefix like this could possibly work for your requirements during coding.

提交回复
热议问题