summaryrefslogtreecommitdiffstats
path: root/core/java/android
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-06-12 16:06:27 -0400
committerDaniel Sandler <dsandler@android.com>2012-06-12 16:06:27 -0400
commit602ad1c978ddbf8be2c272cd610e18a626cd8b33 (patch)
treeee9746a35606cc53c900cd80eea9e47e1063bab2 /core/java/android
parente5011a3ad4186a39f07bd155784a0b3eba404274 (diff)
downloadframeworks_base-602ad1c978ddbf8be2c272cd610e18a626cd8b33.zip
frameworks_base-602ad1c978ddbf8be2c272cd610e18a626cd8b33.tar.gz
frameworks_base-602ad1c978ddbf8be2c272cd610e18a626cd8b33.tar.bz2
"Two actions ought to be enough for anybody."
Bug: 6650170 Change-Id: I5ee6990a8e556f9ee1fbfb0989db33f75b07f4ea
Diffstat (limited to 'core/java/android')
-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 caade70..ec35a3f 100644
--- a/core/java/android/app/Notification.java
+++ b/core/java/android/app/Notification.java
@@ -911,7 +911,7 @@ public class Notification implements Parcelable
* </pre>
*/
public static class Builder {
- private static final int MAX_ACTION_BUTTONS = 2;
+ private static final int MAX_ACTION_BUTTONS = 3;
private Context mContext;