You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for multiple SIM we need to use this URI: content://icc/adn/subId/<number>
e.g.: content://icc/adn/subId/1 will use the first SIM, > content://icc/adn/subId/2 will use the second SIM.
The text was updated successfully, but these errors were encountered:
Problem
The current Sim CRUD APIs provided in this library does not explicitly support multi-SIM card configurations…
https://vestrel00.github.io/contacts-android/sim/about-sim-contacts/#multi-sim-card-support
Solution
Buy a device with two or more SIM card slots, two or more SIM cards, and update the SIM APIs accordingly.
To get started, use the findings shared by @lt692 in #335 (comment)
The text was updated successfully, but these errors were encountered: