petervojtek / cordova-plugin-signal-strength

Apache Cordova Plugin to detect GSM Signal Strength
Apache License 2.0
6 stars 18 forks source link

Support dual sim? #3

Open craftpip opened 7 years ago

craftpip commented 7 years ago

The plugin works great for single sim. Is there an option for dual sims too ?

Thanks

petervojtek commented 7 years ago

I developed this plugin on android 4.x and at the time dual sim support was not standardized.

since android 5 it seems there is official api to work with multiple sims: https://developer.android.com/about/versions/android-5.1.html#multisim

so feel free to implement it and submit a pull request :)