Retrieve incoming call's phone number in Android
问题 I would like to retrieve the incoming call\'s phonenumber and do something with it like the do in http://blog.whitepages.com/2009/02/27/caller-id-by-whitepages-a-new-android-app-that-puts-telemarketers-on-alert/ Could you please help me because I can\'t find any information about this. Where do i start and how do i get hold of the phonenumber? Ok so currently my code looks like below. When I place the call the CustomBroadcastReceiver catches it and the log message is printed out. I can