Skip to content

Commit a5e95ff

Browse files
committed
Added new action to stop for a new start
1 parent 3b80411 commit a5e95ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/com/njlabs/showjava/Constants.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public final class Constants {
1515
public interface ACTION {
1616
String START_PROCESS = "com.njlabs.showjava.process.action.START";
1717
String STOP_PROCESS = "com.njlabs.showjava.process.action.STOP";
18+
String STOP_PROCESS_FOR_NEW = "com.njlabs.showjava.process.action.STOP_FOR_NEW";
1819
}
1920

2021
}

0 commit comments

Comments
 (0)