Cannot remove setting labels on my app

hi all i tried to remove setting label on the left bottom corner ofmy device with

[java]app.setShowSettings(false) ;[/java]

but they still remain there.

I used androidharness to create my jme3 app.

is it it the right code to use?

Try



[java]

your_simple_app.setDisplayFps(false);

[/java]