API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Added Methods | |
---|---|
String convertKeypadLettersToDigits(String ) |
Translates any alphabetic letters (i.e. |
void formatNanpNumber(Editable ) |
Formats a phone number in-place using the NANP formatting rules. |
void formatNumber(Editable, |
Formats a phone number in-place. |
int getFormatTypeForLocale(Locale ) |
Returns the phone number formatting type for the given locale. |
String getNumberFromIntent(Intent, |
Extracts the phone number from an Intent. |
boolean isEmergencyNumber(String ) |
isEmergencyNumber: checks a given number against the list of emergency numbers provided by the RIL and SIM card. |
boolean isGlobalPhoneNumber(String ) |
|
String stripSeparators(String ) |
Strips separators from a phone number string. |
Added Fields | |
---|---|
int FORMAT_NANP |
NANP formatting |
int FORMAT_UNKNOWN |
The current locale is unknown, look for a country code or don't format |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |