打电话有双SIM卡登录SIM

2023-09-07 10:27:42 作者:戒爱

我在开发Android 2.3.4的应用程序。

I'm developing an application for Android 2.3.4.

该应用获取通话记录所有来电,并将它们发送到服务器。该应用程序的作品非常好,但现在我有一个问题。我要补充的双卡双待选项。

This app gets all calls in call log and sends them to a server. The app works very well but now I have a problem. I have to add the Dual SIM option.

我环顾四周,似乎Android的混合两个SIM卡的通话记录寄存器。好吧,既然我得1 SIM仅日志,我该怎么办呢?可以使用Android做这样的事情(确定哪个SIM接到电话通话记录)或我不得不改变Android版本?

I've looked around and it seems that Android mixes the call log register of the both SIMs. Well, since I have to get only log of 1 SIM, how can I do that? Can Android do something like that (determining on call log which SIM got called) or do I have to change Android version?

推荐答案

基于Android的任何应用程序将只保证单SIM卡的手机。由于Android不支持多SIM卡,至少从SDK。谁创造多SIM设备的设备厂商都对自己这样做。欢迎您与您的设备制造商,看看他们是否有一个SDK插件或东西,可以让你访问第二个SIM卡。

Any application built on Android will guarantee only for Single SIM mobiles. Because Android does not support multiple SIMs, at least from the SDK. Device manufacturers who have created multi-SIM devices are doing so on their own. You are welcome to contact your device manufacturer and see if they have an SDK add-on or something that allows you to access the second SIM.