Re: [android-developers] Make a phone call with special character *123*456789#

2010-05-22 Thread sachin ravi
You need to modify the dialer parser. Add the check for Dialed string in below file. \packages\apps\Contacts\src\com\android\contacts\SpecialCharSequenceMgr.java On Tue, May 18, 2010 at 6:36 PM, Thang Q. Tran tranquocth...@gmail.comwrote: Dear all, I would like to make an Android

[android-developers] Make a phone call with special character *123*456789#

2010-05-18 Thread Thang Q. Tran
Dear all, I would like to make an Android application that user enter the number they would like to dial, and the app automatically format the number into *123*number# (that means the final number would contain 2 special character * and #. Could you please help me how to let Android understand