문제

I am trying to create an app which recognizes the country of the incoming call, is there a way to do this? I was thinking to use the first four characters in the number to determine the country but this seems to be an ineffective approach.

도움이 되었습니까?

해결책

To retrieve incoming call - retrieve-incoming-calls-phone-number-in-android

Then use the country code - getting-telephone-country-code-with-android

Then use country code to find country in your map.

All in all summing up (as mentioned here)-- get-incoming-call-country-name-using-phone-number.

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