Hi, Right now we are able to retrieve the mobile number using telephonyManager getLine1Number() where it also says that we could retrieve MSISDN for a GSM phone as well.
The server that provides the content we display in our app is requesting the MIN and not the MDN(Mobile Directory Number) because it looks like these two number could change because: Prior to Wireless Number Portability, MDN was the same number as the MIN for many mobile phones. But now that MDN numbers can be ported (moved) to other carriers, MDN and MIN will be different for ported numbers. Is there an API available in Android SDK that could fit with this requirements? I need to be able to retrieve the MIN and not MDN (eventhough this could be the same in some devices). Thanks for your help. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

