7

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

how to get codename1.version from codenameone_settings.properties programmatically

Mahmoud Sabri
  • 713
  • 1
  • 7
  • 22

1 Answers1

8

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

Diamond
  • 7,428
  • 22
  • 37