Back to project page game_guess_lib.
The source code is released under:
MIT License
If you think the Android project game_guess_lib 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 com.wkmf.guess.lib.common; // ww w.ja va 2s . c o m /** * Created by ernestofndz on 21/02/14. */ public class Constants { public static final String EXTRA_GUESS_LEVEL = "extra_guess_level"; public static final String EXTRA_GUESS_QUESTION = "extra_guess_question"; // nivel de vibracin public static final long VIBRATION_MS = 10; }