File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed 
api/src/main/java/edu/cmu/chimps/messageontap_api Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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" ;
Original file line number Diff line number Diff 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" ;
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments