Caution: | Mobile Designer invokes the native code before setting up the J2ME environment, for example, before initializing static data or generating system output streams. Do not include code related to the J2ME library or to the mobile application in the native code. |
Platforms | All |
Value | true to invoke native code before the J2ME application code is started. Mobile Designer invokes hookStartUp() at the beginning of the application in these locations: In iOS at the start of applicationDidFinishLaunching On all other platforms at the start of main or its equivalent false if you do not want Mobile Designer to invoke native code before the J2ME application code is started. |
Default | false |
Note: | Use of this property requires the Wireless Messaging API (WMA) library for J2ME and the project.handset.uses.WMA property set to true. |
Platforms | Android iOS Windows Phone 8 |
Value | true if the application receives push notifications. false if the application does not receive push notifications. |
Default | false |
Platforms | All |
Value | true if the application uses MMAPI to access the camera. false if the application does not use MMAPI to access the camera. |
Default | false |
Platforms | All |
Value | true if your application uses the database classes. false if your application does not use the database classes. |
Default | false |
Note: | If you specify a value for the mobilesupportclient.runtime.dir property, the value of this property is automatically set to true because the Mobile Support Client library requires the com.softwareag.mobile.runtime.database classes. |
Platforms | Android iOS Windows Phone 8 | ||
Value | true if your application uses the PIM library. When you set this property to true, necessary permissions or requests are added to native builds. false if your application does not use the PIM library.
| ||
Default | false |
Platforms | All | ||
Value | true if an application uses the JPEG images that are loaded using the Image.createImage methods. false if an application does not require loading JPEG images using the Image.createImage methods.
| ||
Default | true |
Platforms | All | ||
Value | true if an application uses the Location library. false if an application does not use the Location library. Specifying false reduces the final size of your project’s binaries.
| ||
Default | true |
Platforms | All | ||
Value | true if the application uses the Sensors library. false if the application does not use the Sensors library. Specifying false reduces the final size of your project’s binaries.
| ||
Default | true |
Note: | The JSON library is also part of the Web Service API library. |
Platforms | All |
Value | true if the application uses the Web Service API library. false if the application does not use the Web Service API library. |
Default | false |
Platforms | All | ||
Value | true if the application uses the WMA library. false if the application does not use the WMA library. Specifying false reduces the final size of your project’s binaries.
| ||
Default | true |