package com.parttime.constants; /** * * Created by luhua on 15/7/19. */ public class ActionConstants { //消息置顶广播 public static final String ACTION_MESSAGE_TO_TOP = "com.qingmu.MESSAGE_TO_TOP"; }