Call from second sim

前端 未结 3 818
悲哀的现实
悲哀的现实 2020-11-27 13:30

I have a dual sim android phone. I am using this code to make a call:

private void callBack(String phone, Context context) {
        Intent callIntent = new          


        
3条回答
  •  臣服心动
    2020-11-27 14:10

    Android does not provide APIs to support dual SIM devices. SIM Card related APIs of Android only support default SIM Card(usually SIM #1). It is hardware implementation to support dual SIM on Android, therefore device manufacturer have to implement their own APIs or customize the source code to support their hardware component. You can contact to device manufacturer for dual SIM supporting SDK.

提交回复
热议问题