Back to project page RingMyPhoneAndroid.
The source code is released under:
MIT License
If you think the Android project RingMyPhoneAndroid 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.darkrockstudios.apps.ringmyphone; /*from w w w. java 2s.c o m*/ /** * Created by adam on 12/28/13. */ public class Preferences { public static final String KEY_SILENT_MODE = "silent_mode"; public static final String KEY_FIRST_INSTALL_DATE = "first_install_date"; public static final String KEY_IS_PRO = "is_pro"; public static final String KEY_INSTALLED_APP_VERSION = "installed_app_version"; }