My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

This is a S60 python extension module for getting list of applications info.

The applist function returns a list of tuples (Uid, caption, fullName). Uid is an integer.

import applist

apps = applist.applist()

This is used in SkyExplorer.

Powered by Google Project Hosting