Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-SIM card support #336

Open
vestrel00 opened this issue Nov 19, 2023 · 0 comments
Open

Multi-SIM card support #336

vestrel00 opened this issue Nov 19, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@vestrel00
Copy link
Owner

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)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant