codename one app version number programmatically
Asked Answered
T

1

7

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

how to get codename1.version from codenameone_settings.properties programmatically

Turnedon answered 18/10, 2016 at 6:41 Comment(0)
W
8

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

Wang answered 18/10, 2016 at 7:59 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.