We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b80411 commit a5e95ffCopy full SHA for a5e95ff
1 file changed
app/src/main/java/com/njlabs/showjava/Constants.java
@@ -15,6 +15,7 @@ public final class Constants {
15
public interface ACTION {
16
String START_PROCESS = "com.njlabs.showjava.process.action.START";
17
String STOP_PROCESS = "com.njlabs.showjava.process.action.STOP";
18
+ String STOP_PROCESS_FOR_NEW = "com.njlabs.showjava.process.action.STOP_FOR_NEW";
19
}
20
21
0 commit comments