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);
これは私のコードで、単一のsimのすべての連絡先を提供しますが、デュアルsimで同じように実行すると、連絡先が表示されません
Android は、SDK レベルでデュアル SIM デバイスをサポートしていません。さまざまなメーカーが、複数の SIM カードをサポートするように Android を変更しています。デバイスの製造元に連絡し、2 番目の SIM から連絡先データを取得する方法について問い合わせる必要があります。