"Two actions ought to be enough for anybody."

Bug: 6650170
Change-Id: I5ee6990a8e556f9ee1fbfb0989db33f75b07f4ea
This commit is contained in:
Daniel Sandler
2012-06-12 16:06:27 -04:00
parent e5011a3ad4
commit 602ad1c978

View File

@@ -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;