How to Add an application shortcut to the Go To menu of a S60 device?
Article Metadata
Solution
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)