Skip to content

Commit 7d2e896

Browse files
dsandlerAndroid (Google) Code Review
authored andcommitted
Merge ""Two actions ought to be enough for anybody."" into jb-dev
2 parents cbf026f + 602ad1c commit 7d2e896

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)