Setting of used features for Android

If there is something important you think is missing in the current version of ZGameEditor then you can post a feature request here!

Moderator: Moderators

Post Reply
User avatar
Rado1
Posts: 775
Joined: Wed May 05, 2010 12:16 pm

Setting of used features for Android

Post by Rado1 »

If someone wants to publish ZGE applications on Google Play, it would be useful to declare used features (<uses-feature> tags) in application's AndroidManifest.xml. A list of pairs featureNameString - isRequiredFlag should be edited in ZApplication. When generating apk, these values are to be included to AndroidManifest.xml as <uses-feature> tags.

This feature should be used, for instance, in applications which use ZGESensor library.

Another possibility, maybe more flexible but requiring more advanced users, is: not to generate AndroidManifest.xml each time, but only in the case it does not exist yet. This would allow to specify used features, min sdk version, permissions, etc. manually. Checking presence of AndroidManifest.xml during generation can be directed by some option in Settings/Android. BTW this option is orthogonal to declaration of used features described earlier.
Post Reply