You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CustoMIUIzer/app/src/main/java/name/mikanoshi/customiuizer/tasker/Constants.java

11 lines
409 B
Java

package name.mikanoshi.customiuizer.tasker;
public class Constants {
public static final String INTENT_PREFIX = "com.twofortyfouram.locale.intent.";
public static final String EXTRA_BUNDLE = INTENT_PREFIX + "extra.BUNDLE";
public static final String EXTRA_STRING_BLURB = INTENT_PREFIX + "extra.BLURB";
public static final String ACTION_FIRE_SETTING = INTENT_PREFIX + "action.FIRE_SETTING";
}