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; /** * Created by Adam on 1/25/14. */ public class NotificationId { public static final int TRIAL_EXPIRED = 1; public static final int RINGING = 2; }