Hi
I heard of a nondocumented code which enables the application to show the PHONE BOOK of the device with 2 additions :
1) the menu of the phone book can be changed for the app needs - for example just a "select" option ...
2) the data can be retrieved back to the application , for example the phone number selected.
Do you know where can I find this undocumented code/API ?
please note :
* It is not like just activating the PHONE BOOK , because of these 2 additions (I did manage to activate the GUI but couldnt retrieve any selected data to my app) .
*I believe it is a bit similar to a feature in some J2ME phones :
If using a TextBox of type PHONENUMBER -
When opening the text box in the app - the device gives me a search option which opens the devices phone book , lets me search a number and choose it and the chosen number appears in the text box .
* I dont want to implement my own phone book ...
Thanks , TE