Adding an application shortcut to the Go To menu of a S60 device
Article Metadata
Compatibility
Platform(s): S60 1st Edition
S60 2nd Edition
S60 2nd Edition
Article
Created: User:Technical writer 2
(12 Aug 2003)
Last edited: hamishwillee
(14 Jun 2012)
Overview
Adding an application shortcut to the Go To menu of a S60 device
Description
How can I programmatically add a shortcut of an application (if I know the UID of the application) in the Go To menu of a S60 device?
You can add new items (application shortcuts) to the Go To menu programmatically by using the CPinbLinkBase class. To set the item with an application UID, use
CPinbLinkBase::SetApplicationUidL(const TUid& aUid);


(no comments yet)