diff options
| author | 2018-09-13 23:37:04 +0000 | |
|---|---|---|
| committer | 2018-09-13 23:37:04 +0000 | |
| commit | 26bdd62ce586c61eeec1a03bd951523d3d66a8ef (patch) | |
| tree | 16bd1fd058068b776b40844d40bcbc9bcedf4989 | |
| parent | 62348dad3eb40f57c8b7391ec17473461f394714 (diff) | |
| parent | 8082168bb1042e97cda8771d90941ff6b5320925 (diff) | |
Merge "docs: fixed button value in reference" into pi-dev
| -rw-r--r-- | core/java/android/app/AlertDialog.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/AlertDialog.java b/core/java/android/app/AlertDialog.java index 07b4b9c39e1e..39361d7d05ca 100644 --- a/core/java/android/app/AlertDialog.java +++ b/core/java/android/app/AlertDialog.java @@ -395,7 +395,7 @@ public class AlertDialog extends Dialog implements DialogInterface { * @param listener The {@link DialogInterface.OnClickListener} to use. * @deprecated Use * {@link #setButton(int, CharSequence, android.content.DialogInterface.OnClickListener)} - * with {@link DialogInterface#BUTTON_POSITIVE} + * with {@link DialogInterface#BUTTON_NEUTRAL} */ @Deprecated public void setButton3(CharSequence text, final OnClickListener listener) { |