Back to project page Gloomy-Dungeons-3D.
The source code is released under:
MIT License
If you think the Android project Gloomy-Dungeons-3D listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package zame.game; import zame.game.views.MenuViewHelper; public class MenuActivityHelper { public static boolean onBackPressed(MenuActivity activity) { return (!MenuViewHelper.showRateOffer(activity)); } }