Android package node properties
An Androidâ„¢ package has Android-specific properties.
Group | Property | Description |
---|---|---|
Android | VersionName | Version name (optional). |
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 | Short background lifetime | Defines the service type as "shortService" , by forcing a short lifetime when
the app is in background mode. Corresponds to the --short-background-lifetime
option of gmabuildtool. |
Android | Background explanation | Defines the foregroundServiceType as "specialUse" , by
providing an explanation that needs to be approved by Google for app publication on the store. This
type allows apps to run in background mode without being killed. Corresponds to the
--background-explanation option of gmabuildtool. |
Android | Firebase-analytics | Enables user data collection for analytics when using push notifications with Firebase Could Messaging. For more details, go to Analytics in FCM documentation. |
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. |