Back to project page commit-android.
The source code is released under:
GNU General Public License
If you think the Android project commit-android 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.mauriciogiordano.commit; /* w ww.ja va 2 s . c o m*/ /** * Created by mauricio on 10/16/14. */ public class Constants { public static final int INTENT_COMMIT_ACTION = 11; public static final int INTENT_COMMIT_NOTIFICATION = 12; public static final int RESULT_OK = 100; public static final int RESULT_FAIL = 101; }