Telephony Checker APP
스크린샷 버튼
한 번의 탭으로 화면 캡처를 쉽게 저장할 수 있습니다.
바로가기 버튼
네트워크 설정 또는 SIM 설정을 직접 엽니다.
지원되는 API:
텔레포니매니저
- getDataNetworkType(안드로이드 7.0 이상)
- getDataState
- getLine1Number
- getNetworkType(Android 6.0 이하)
- getSimCarrierId(Android 9 이상)
- getSimCarrierIdName(Android 9 이상)
- getSimState
- isDataEnabled (안드로이드 8.0 이상)
구독관리자
- getDefaultDataSubscriptionId(Android 7.0 이상)
- getDefaultSmsSubscriptionId (안드로이드 7.0 이상)
- getDefaultSubscriptionId (안드로이드 7.0 이상)
- getDefaultVoiceSubscriptionId (Android 7.0 이상)
- getPhoneNumber (Android 13 이상)
구독정보
- getCarrierId (Android 10 이상)
- getCarrierName
- getCountryIso
- getDisplayName
- getMcc(Android 9 이하)
- getMccString(안드로이드 10 이상)
- getMnc(Android 9 이하)
- getMncString(안드로이드 10 이상)
- getNumber
- getSubscriptionId
*SubscriptionManager.getActiveSubscriptionInfoList에서 얻은 정보를 기반으로 표시됩니다.
GitHub에서 코드를 확인하세요.
https://github.com/tkm0e/telephony-checker


