문제

I am developing application which calculates data and voice usage from user's android phone. Issue I am facing is differentiating this data according to numbers in dual sim phones. (e.g. If I make call from SIM 1 then voice usage should be mapped against corresponding number)

I have searched in SO for this kind of code snippet but had no luck.

Is this possible in Android programmatically by any means ? If yes, then what could be best possible solution for this.

도움이 되었습니까?

해결책

There is no support for dual slim as for today. Thats mean - there is no any official public API available.

Issue 14799: Dual SIM cards supporting

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top