08-19-2009 04:47 AM
I can read my app's flags with ApplicationDescriptor.getFlags().
How does one change those flags? I want to set or clear FLAG_RUN_ON_STARTUP after the app is built and installed.
Do I have to use CodeModuleManager to delete the module then recreate it with the desired flag change? That might be a problem if the module is currently running.
I don't want to get into a discussion of why, please, just how. Thanks,
08-21-2009 03:10 PM - edited 08-21-2009 03:10 PM
There are no APIs in the BlackBerry API set that allow an application to modify its application flags.