summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Paul Soulos <psoulos@google.com> 2015-08-04 11:59:45 -0700
committer Paul Soulos <psoulos@google.com> 2015-08-04 11:59:45 -0700
commitaa4f4bf6ce721a60b518fa42159cc4fe06c9e012 (patch)
tree661627be4203cc5774c46ada9016de1c09db4de3
parent616ae85e83ba00aab8ec8bf0731a4dee1734823c (diff)
Fix doc typo for default wearable notification size.
Change-Id: Ic3428278eee0b541de3e1b355692401170d1ab3b
-rw-r--r--core/java/android/app/Notification.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java
index f3f24280d435..93813279c0dc 100644
--- a/core/java/android/app/Notification.java
+++ b/core/java/android/app/Notification.java
@@ -4607,7 +4607,7 @@ public class Notification implements Parcelable
* Size value for use with {@link #setCustomSizePreset} to show this notification with
* default sizing.
* <p>For custom display notifications created using {@link #setDisplayIntent},
- * the default is {@link #SIZE_LARGE}. All other notifications size automatically based
+ * the default is {@link #SIZE_MEDIUM}. All other notifications size automatically based
* on their content.
*/
public static final int SIZE_DEFAULT = 0;