How to limit fps in Android without causing problems? Libgdx

Hi guys.
Im having a bit of a problem.
I currently adapted my game to run at 30 fps…
But, i just noticed that android config, dont have the same desktop method to limit fps…

What should i do? I saw someone talking about Thread.sleep, but its libgdx and i dont have access to all threads?