diff options
author | Dianne Hackborn <hackbod@google.com> | 2014-10-07 20:17:19 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2014-10-07 20:17:19 -0700 |
commit | 955d8d69ea6caabce1461dc25b339b9bf9dc61a6 (patch) | |
tree | f6bd4b5d4be17a8e237e837d59c3f8aaa76ebe55 /core/java/android/service | |
parent | 0d334365c6123388a0df81438b82122be29d19ab (diff) | |
download | frameworks_base-955d8d69ea6caabce1461dc25b339b9bf9dc61a6.zip frameworks_base-955d8d69ea6caabce1461dc25b339b9bf9dc61a6.tar.gz frameworks_base-955d8d69ea6caabce1461dc25b339b9bf9dc61a6.tar.bz2 |
Put in real "code" (aka marketing) name.
Change-Id: Idb3976edfae37293ed75cb5b869b4b42d8042bbe
Diffstat (limited to 'core/java/android/service')
-rw-r--r-- | core/java/android/service/notification/NotificationListenerService.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/service/notification/NotificationListenerService.java b/core/java/android/service/notification/NotificationListenerService.java index 5d6acd8..3d39b18 100644 --- a/core/java/android/service/notification/NotificationListenerService.java +++ b/core/java/android/service/notification/NotificationListenerService.java @@ -268,9 +268,9 @@ public abstract class NotificationListenerService extends Service { * {@link android.app.NotificationManager#notify(String, int, android.app.Notification)}. * <p> * @deprecated Use {@link #cancelNotification(String key)} - * instead. Beginning with {@link android.os.Build.VERSION_CODES#L} this method will no longer + * instead. Beginning with {@link android.os.Build.VERSION_CODES#LOLLIPOP} this method will no longer * cancel the notification. It will continue to cancel the notification for applications - * whose {@code targetSdkVersion} is earlier than {@link android.os.Build.VERSION_CODES#L}. + * whose {@code targetSdkVersion} is earlier than {@link android.os.Build.VERSION_CODES#LOLLIPOP}. */ public final void cancelNotification(String pkg, String tag, int id) { if (!isBound()) return; |