diff options
| author | 2018-01-29 17:20:56 +0000 | |
|---|---|---|
| committer | 2018-01-29 17:20:56 +0000 | |
| commit | e2a6b2a4ac18a4fd18ce959350c308e105b30fc1 (patch) | |
| tree | 55842fa6e9dee7c2277a29e7a6550c2a9b0ef38d | |
| parent | bd16d0b7e062ce4ac9c9c04e1fef2e702b11c5cb (diff) | |
| parent | 8a9ca8e911ef41f9fb21c9e1fc5eca16134ddba9 (diff) | |
Merge "Docs: Removed rogue "(TODO)" note in FLAG_SHOW_LIGHTS member am: f8f6d0a8ec am: 753f325909"
| -rw-r--r-- | core/java/android/app/Notification.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index 0b5b363ddecd..6e4098646b27 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -493,7 +493,7 @@ public class Notification implements Parcelable * </ul> * <p> * 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. * <p> * The alpha channel must be set for forward compatibility. |