Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Intent intent = new Intent(Intent.ACTION_PICK,ContactsContract.Contacts.CONTENT_URI); startActivityForResult(intent, PICK_CONTACT);
这是我的代码,它提供了单卡的所有联系人,但是当我在双卡上运行相同时,它不显示联系人
Android 在 SDK 级别不支持双 SIM 卡设备。各个制造商已对 Android 进行了修改以支持多个 SIM 卡。您需要联系您的设备制造商并询问如何从第二张 SIM 卡中获取联系人数据。