Currently I have developed one application on android 2.3 platform. But when i test it on android 2.2 its not able to retrieve the SIM number or mobile number. Its major requirement in my application. Following is the exact API which fails in Android 2.2
String phoneNumber = telephonyManager.getLine1Number();
in android 2.2 it returns null in android 2.3 it returns the phone number.
Any work around please?