1 package com.sslexplorer.applications; 2 3 public interface ApplicationShortcutEventConstants { 4 5 8 9 12 public static final int APPLICATION_SHORTCUT_LAUNCHED = 640; 13 14 17 public static final int CREATE_APPLICATION_SHORTCUT = 2006; 18 19 22 public static final int UPDATE_APPLICATION_SHORTCUT = 2007; 23 24 27 public static final int REMOVE_APPLICATION_SHORTCUT = 2008; 28 } 29 | Popular Tags |