Skip to content

Commit 602ad1c

Browse files
committed
"Two actions ought to be enough for anybody."
Bug: 6650170 Change-Id: I5ee6990a8e556f9ee1fbfb0989db33f75b07f4ea
1 parent e5011a3 commit 602ad1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/app/Notification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ public String toString() {
911911
* </pre>
912912
*/
913913
public static class Builder {
914-
private static final int MAX_ACTION_BUTTONS = 2;
914+
private static final int MAX_ACTION_BUTTONS = 3;
915915

916916
private Context mContext;
917917

0 commit comments

Comments
 (0)