From aa4f4bf6ce721a60b518fa42159cc4fe06c9e012 Mon Sep 17 00:00:00 2001 From: Paul Soulos Date: Tue, 4 Aug 2015 11:59:45 -0700 Subject: [PATCH] Fix doc typo for default wearable notification size. Change-Id: Ic3428278eee0b541de3e1b355692401170d1ab3b --- 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 f3f24280d435c..93813279c0dc7 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. *

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;