package com.poc_android.helpers; /** * Created by vanden on 10/15/15. */ public final class Constants { // Defines a custom Intent action public static final String BROADCAST_ACTION = "com.poc_android.BROADCAST"; // Defines the key for the status "extra" in an Intent public static final String EXTENDED_DATA_STATUS = "com.poc_android.STATUS"; }