Mahmoud Sabri
Mahmoud Sabri

Reputation: 785

codename one app version number programmatically

I'm trying to get application version from the code at runtime

how to get codename1.version from codenameone_settings.properties programmatically

Upvotes: 7

Views: 307

Answers (1)

Diamond
Diamond

Reputation: 7483

Use Display.getInstance().getProperty("AppVersion", "1.0"), it will return the app version

Upvotes: 8

Related Questions