从android CallLog获取手机运营商
是否可以从 android CallLog< 获取手机运营商的名称/a>?例如,在德国,电话号码采用 xxxx - xxxxxxx 形式。
通常,电话号码的前 4 位数字是移动电话运营商的标识符。但在德国,您可以切换运营商,将您的手机号码转移到新的运营商。因此,xxxx 本身不再暗示电话号码或呼叫背后的运营商。
是否可以从 Android 手机的 CallLog 或任何其他日志中获取此类信息?
is it possible to get the name of the mobile phone operator from the android CallLog? E.g. in Germany phone numbers have xxxx - xxxxxxx form.
Normally the first 4 numbers of the phone number are an identifier for the mobile phone operator. But in Germany you can switch the operator, porting your mobile phone number to your new operator. So the xxxx itself is no longer a hint what operator is behind a phone number or a call.
Is it possible to get such information from the CallLog or any other log of the android phone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不会。提供商检测和路由是在后端完成的 - 手机仅接收“来电”事件。
No. Provider detection and routing is done at the backend - the phone just receives the phone number in the "incoming call" event.