From f8f6d0a8ec9ff9d12ddd9debdf841cfc2c5d4d03 Mon Sep 17 00:00:00 2001 From: Ricardo Loo Foronda Date: Thu, 25 Jan 2018 08:42:43 -0800 Subject: Docs: Removed rogue "(TODO)" note in FLAG_SHOW_LIGHTS member Status: Ready for review Note: This is a Javadoc only change. Changes: Removed unnecessary "(TODO)" note. Test: Build the docs with "make ds-docs" and staged updated content. Staged content: go/dac-stage/reference/android/app/Notification.html#FLAG_SHOW_LIGHTS Bug: 20150478 Change-Id: I3a7fc0414ccb6f52e9b4919031a93ca1a7a29336 --- core/java/android/app/Notification.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index 7caeca3da6f8..4a794c9b8c06 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -474,7 +474,7 @@ public class Notification implements Parcelable * *

* Since hardware varies, you are not guaranteed that any of the values - * you pass are honored exactly. Use the system defaults (TODO) if possible + * you pass are honored exactly. Use the system defaults if possible * because they will be set to values that work on any given hardware. *

* The alpha channel must be set for forward compatibility. -- cgit v1.2.3-59-g8ed1b