diff options
| author | 2014-12-12 13:23:26 +0100 | |
|---|---|---|
| committer | 2014-12-12 13:23:26 +0100 | |
| commit | fde6f4d745dd3c00c8b9f6c363a2fd331fb61ba6 (patch) | |
| tree | 949fe876a773eb5809de45c94d9db7e00de2b39c | |
| parent | 6e04a7b65488656c4cb72d99d285050d56068112 (diff) | |
Fix MediaStyle docs mentioning 2 max actions in compact view
Bug: 18729304
Change-Id: Ica6b8ac47d7d38b1de62d64830256f66cbbdb225
| -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 9e8a79388af5..3d7bacb0d954 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -4098,7 +4098,7 @@ public class Notification implements Parcelable * * Unlike the other styles provided here, MediaStyle can also modify the standard-size * {@link Notification#contentView}; by providing action indices to - * {@link #setShowActionsInCompactView(int...)} you can promote up to 2 actions to be displayed + * {@link #setShowActionsInCompactView(int...)} you can promote up to 3 actions to be displayed * in the standard view alongside the usual content. * * Notifications created with MediaStyle will have their category set to |