diff -r 7333d7932ef7 -r 8b7f4e561641 iaupdate/IAD/backgroundchecker/inc/iaupdatebgconst.h --- a/iaupdate/IAD/backgroundchecker/inc/iaupdatebgconst.h Tue Aug 31 15:21:33 2010 +0300 +++ b/iaupdate/IAD/backgroundchecker/inc/iaupdatebgconst.h Wed Sep 01 12:22:02 2010 +0100 @@ -30,11 +30,14 @@ const TInt KUpdateAvailableReminderInterval = 1; //60*24*7; //one week in minutes const TInt KFirstTimeDialogDelay = 1; //60*24*2; //two days in minutes const TInt KFirstTimeDialogReminderInterval = 4; //60*24*7*4; //four weeks in minutes +const TInt KRefreshTimerReminderTimerGap = 1; // 1min, if the refresh timer is about to expire in 1 mins, then we don't show redminer timer anymore const TInt HalfHourInMinuts = 5;//30; const TInt KFirstSecondRetryInterval = 1; //30mins const TInt KThirdFourthRetryInterval = 2; //one day in minutes #else +const TInt KRefreshTimerReminderTimerGap = 60*24; //one day.If the refresh timer is about to expire in one day, then we don't show reminder timer anymore + // this is to avoid the soft notifications coming too close to eachother. const TInt KDelayForUserToAcceptDisclaimer = 10; //10 minutes const TInt HalfHourInMinuts = 30; const TInt KFirstSecondRetryInterval = 30; //30mins @@ -42,6 +45,7 @@ #endif //_DEMO const TInt StartNow = 0; +const TInt KSoftNotificationPriority = 1000; //minimum soft notifier priority const TInt KMaxRetry = 4; //Max times of retry when refresh fails for some reason const TInt StartAfterOneMin = 1; //1mins