How to read dual sim device both sim contact in android

后端 未结 1 1862
日久生厌
日久生厌 2021-01-27 20:20

To read sim contact we use below URi

    Uri simUri = Uri.parse(\"content://icc/adn/\");
    ContentResolver mContentResolver = this.getContentResolver();
    Cu         


        
相关标签:
1条回答
  • 2021-01-27 20:54

    I also tried it once. After so many research I found the following link,

    dual sim android sdk

    Dual SIM card Android

    To handle two sims, one need to contact the manufacturer.

    0 讨论(0)
提交回复
热议问题