Android package node properties
An Androidâ„¢ package has Android-specific properties.
Group | Property | Description |
---|---|---|
Android | VersionName | Version name (optional). |
Android | Primary color | The main color used in the app (Android 5.0 and later). For more information, see the gmabuildtool topic in the Genero Business Development Language User Guide |
Android | Primary dark color | The color used for the status bar and the navigation bar (Android 5.0 and later). For more information, see the gmabuildtool topic in the Genero Business Development Language User Guide |
Android | Accent color | The color used for widgets and table lines (Android 5.0 and later). For more information, see the gmabuildtool topic in the Genero Business Development Language User Guide |
Android | Action bar text color | The foreground color for the text in the action bar (Android 5.0 and later). For more information, see the gmabuildtool topic in the Genero Business Development Language User Guide |
Android | Primary text color | The main text color used in the app (Android 5.0 and later). For more information, see the gmabuildtool topic in the Genero Business Development Language User Guide |
Android | Window background color | The background color for the window (Android 5.0 and later). For more information, see the gmabuildtool topic in the Genero Business Development Language User Guide |
Android | Navigation bar background color | The background color for the navigation bar (Android 5.0 and later). For more information, see the gmabuildtool topic in the Genero Business Development Language User Guide |
Android |
Icon-ldpi (36x36 px) |
Application icon. Icons must be in PNG format. See Iconography and Devices and Displays on the Android Developer site for more information about icons and their use with Android apps. |
Android |
Status Icon-mdpi (24x24 px) |
Status icon. Icons must be in PNG format. See Iconography and Devices and Displays on the Android Developer site for more information about icons and their use with Android apps. |
Android | Permissions | Android permissions requested during package install, such as request to access device camera. For further information, see Android Developer's Guide: Manifest.permission. |
Android | Cordova Plugins | Installed Cordova plugins need to be specified in the build process when creating your app. Select which Cordova plugins to include in the package. For more information, see Cordova plugins in the Genero Business Development Language User Guide. |