For IOS I have a native interface function and it works well.
For Android I may use the standard codenameone function.
How do I handle the Android function?
I saw, using Display.getInstance().getPlatformName() is not a good idea
to change functions between IOS and Android!
Also in this case?