Skip to content

Commit

Permalink
Added new action to stop for a new start
Browse files Browse the repository at this point in the history
  • Loading branch information
niranjan94 committed Sep 7, 2015
1 parent 3b80411 commit a5e95ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/njlabs/showjava/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public final class Constants {
public interface ACTION {
String START_PROCESS = "com.njlabs.showjava.process.action.START";
String STOP_PROCESS = "com.njlabs.showjava.process.action.STOP";
String STOP_PROCESS_FOR_NEW = "com.njlabs.showjava.process.action.STOP_FOR_NEW";
}

}

0 comments on commit a5e95ff

Please sign in to comment.