Skip to content

Instantly share code, notes, and snippets.

@fnovoac
Last active July 7, 2018 14:25
Show Gist options
  • Save fnovoac/13b81780784c68f3802aa261a1338d29 to your computer and use it in GitHub Desktop.
Save fnovoac/13b81780784c68f3802aa261a1338d29 to your computer and use it in GitHub Desktop.
**
* All constants used by app
*/
public class Constants {
private static final String PACKAGE_NAME = "com.xxxxxxxxxxxx.xxxxxxxxxxxxxx";
public interface NOTIFICATION_ID {
public static int TRACKER_SERVICE = 00;
}
public interface ACTION {
String ACTION01 = ".action1";
String ACTION02 = ".action2";
String ACTION03 = ".action3";
String ACTION04 = ".action4";
String ACTION05 = ".action5";
String ACTION06 = ".action6";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment