Back to project page android-continuous-voice.
The source code is released under:
Copyright (c) 2015, Marius Fink - Universit?t Hamburg All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following ...
If you think the Android project android-continuous-voice 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 de.uniHamburg.informatik.continuousvoice.constants; /*from ww w . j a v a 2 s . c o m*/ public class ServiceControlConstants { //SERVICE CONTROL public static final int START = 0; public static final int STOP = 1; public static final int RESET = 2; public static final int SERVICE_CONTROL_RESPONSE = 10; }