diff options
author | 2015-08-04 20:21:59 +0000 | |
---|---|---|
committer | 2015-08-04 20:21:59 +0000 | |
commit | eca3760f3a7ceae967a6afb5ff6b8a1e7cf541fa (patch) | |
tree | 002d85b9c7c68fb4b87cbb3d583ed0ef9fc28930 | |
parent | 67716c13939f92cf1de2404e47c569ddf92ee96a (diff) | |
parent | 3adc6671e965353a946ce77ecdf1ac041b607ccd (diff) |
am 3adc6671: Merge "Fix doc typo for default wearable notification size." into cw-e-dev
* commit '3adc6671e965353a946ce77ecdf1ac041b607ccd':
Fix doc typo for default wearable notification size.
-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 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; |