Android Open Source - WearOngoingNotificationSample Constants






From Project

Back to project page WearOngoingNotificationSample.

License

The source code is released under:

Copyright (c) 2014, Double Encore, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are ...

If you think the Android project WearOngoingNotificationSample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package com.doubleencore.sample.wear.ongoingnotification;
/*from  ww  w  . j av  a2 s  .  c o  m*/
/**
 * Created by carlos on 7/16/14.
 */
public class Constants {
    public static final String PATH_NOTIFICATION = "/ongoingnotification";
    public static final String PATH_DISMISS = "/dismissnotification";
    public static final String KEY_TITLE = "title";
    public static final String KEY_IMAGE = "image";
}




Java Source Code List

com.doubleencore.sample.wear.ongoingnotification.ApplicationTest.java
com.doubleencore.sample.wear.ongoingnotification.Constants.java
com.doubleencore.sample.wear.ongoingnotification.MainActivity.java
com.doubleencore.sample.wear.ongoingnotification.NotificationActivity.java
com.doubleencore.sample.wear.ongoingnotification.OngoingNotificationListenerService.java
com.doubleencore.sample.wear.ongoingnotification.WearActivity.java