Skip to content

Commit 4e29267

Browse files
committed
Update ActionService constants
1 parent 36e9722 commit 4e29267

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

api/src/main/java/edu/cmu/chimps/messageontap_api/MethodConstants.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public class MethodConstants {
5656
/**
5757
* methods of action tasks
5858
*/
59-
public final static String ACTION_METHOD_SKIP_UI = "skip_ui";
6059
public final static String ACTION_METHOD_ALARM_NEW = "alarm_new";
6160
public final static String ACTION_METHOD_PHONE_CALL = "phone_call";
6261
public final static String ACTION_METHOD_CALENDAR_NEW = "calendar_new";

api/src/main/java/edu/cmu/chimps/messageontap_api/ServiceAttributes.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ public static class PMS {
130130
}
131131

132132
public class Action {
133+
//TODO: move things that plugins do NOT use back
134+
public final static String SKIP_UI = "skip_ui";
135+
133136
public final static String ALARM_EXTRA_HOUR = "alarm_extra_hour";
134137
public final static String ALARM_EXTRA_MINUTE = "alarm_extra_minute";
135138
public final static String ALARM_EXTRA_LABEL = "alarm_extra_label";

0 commit comments

Comments
 (0)