serviceproviders/sapi_applicationmanager/appmanagerservice/inc/appmanagercommon.h
equal
deleted
inserted
replaced
30 class CLauncherObserver; |
30 class CLauncherObserver; |
31 const TInt KArrayGranularity = 5; |
31 const TInt KArrayGranularity = 5; |
32 |
32 |
33 _LIT(KForeground ,"Foreground"); |
33 _LIT(KForeground ,"Foreground"); |
34 _LIT(KStandalone,"Standalone"); |
34 _LIT(KStandalone,"Standalone"); |
|
35 _LIT(KChained,"Chained"); |
35 /** |
36 /** |
36 * This is an interface class which provides the information about the installed application or package as per |
37 * This is an interface class which provides the information about the installed application or package as per |
37 * content type. |
38 * content type. |
38 * |
39 * |
39 * @since Series60 v3.2 |
40 * @since Series60 v3.2 |