If you like to have your Symbian application send to background on launch. Then you may make the following changes to your _reg.rss file.
Use this resource in your *_reg.rss
RESOURCE APP_REGISTRATION_INFO
{
app_file = MY_PROJECT_NAME;
localisable_resource_file = MY_LOC_FILE;
hidden = KAppIsHidden;
embeddability = KAppNotEmbeddable;
newfile = KAppDoesNotSupportNewFile;
// Launches the application in background.
launch = KAppLaunchInBackground;
}
0 comments:
Post a Comment