1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
587 B

package org.r3pek.k9datakiller;
public final class Constants {
/* Preferences */
public static final String PREF_WIDGET_STATUS = "org.r3pek.k9datakiller.k9syncenable";
/* Intents */
public static final String INTENT_K9_SERVICE = "com.fsck.k9.K9RemoteControl.set";
public static final String INTENT_K9_SERVICE_EXTRA = "com.fsck.k9.K9RemoteControl.backgroundOperations";
public static final String INTENT_K9DATAKILLER_CHANGESTATUS = "org.r3pek.k9datakiller.CHANGE_STATUS";
public static final String INTENT_K9DATAKILLER_STATUSCHANGED = "org.r3pek.k9datakiller.STATUS_CHANGED";
}