7
votes

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

how to get codename1.version from codenameone_settings.properties programmatically

1

1 Answers

8
votes

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