Not a kotlin question, given this problem: A phone...
# android
a
Not a kotlin question, given this problem: A phone with dual sim support - sim 1 has no sim and sim 2 has a sim but NO SERVICE. How do I detect if the second sim has a signal? Currently, I’m using SubscriptionManager.getActiveSubscriptionInfoList() it returns a list with a size of 1 with details of sim 2 on it. BUT it has no details if sim 2 has a signal or not. Anyone encountered this problem? How did you check the signal of sim 2?
stackoverflow 7