View Single Post
Old 09-11-2009, 04:24 AM   #8
s.selva
New Member
 
s.selva's Avatar
 
Join Date: Apr 2009
Model: 8300
PIN: N/A
Carrier: Orange
Posts: 8
Exclamation

Quote:
Originally Posted by s.selva View Post
i think that you can add a MenuItem in the differents menus of the phone :

Code:
// In AddressBook list
ApplicationMenuItemRepository.getInstance().addMenuItem(
            ApplicationMenuItemRepository.MENUITEM_ADDRESSBOOK_LIST, new SendSMS(30)
);
// In AddressBook card
ApplicationMenuItemRepository.getInstance().addMenuItem(
            ApplicationMenuItemRepository.MENUITEM_ADDRESSCARD_VIEW, new SendSMS(30)
);
// In the call logs
ApplicationMenuItemRepository.getInstance().addMenuItem(
            ApplicationMenuItemRepository.MENUITEM_PHONE, new SendSMS(30)
);
I give it to you.
__________________
Enseigne l'ignorant et écoute le savant: Tu apprendras ce que tu ignorais, Et tu te rappelleras ce que tu savais...
Offline   Reply With Quote