Just resurrected Christmas Matchup (FGL game from 2014): https://play.google.com/store/apps/deta ... masMatchup
Approved within 24 hours!
There are some gotchas, though. I had to fiddle a few things to deal with how ads are displayed. I knew from before that FGL places their ad screen directly on top of your game, so if you start up with music, you can end up with the ad sound overlapping your game music. I chose to skip playing music on my title screen the first time it comes up. Music starts on the game screen, but will continue if the menu screen is revisited.
I also had problems with hiding the status bar. I think the ads conflict with the startup process a bit as I found that after the ad disappeared, the status bar was still up. To deal with this I actually added a timer to keep calling "StatusBar.hide();" on that first menu screen. Again, it isn't needed after the game progresses. I still see the odd time that parts of the status bar stay on the screen (not the whole thing for some reason, the background is gone but the button graphics themselves still appear - very odd).