diff options
| author | Xin Li <delphij@google.com> | 2019-02-13 22:36:25 -0800 |
|---|---|---|
| committer | Xin Li <delphij@google.com> | 2019-02-14 09:48:06 -0800 |
| commit | 0e71b4f19ba602c8c646744e690ab01c69808b42 (patch) | |
| tree | efc2d543fbec688c9a03de674fc2ee2d10da3474 /core/java/android/app/AlertDialog.java | |
| parent | 5854e9312c43a7e47f4a44bcc344984242452c73 (diff) | |
| parent | 04898ff564fbda6d58693631ea633611585f8921 (diff) | |
DO NOT MERGE - Merge pi-platform-release (PPRL.190205.001) into
stage-aosp-master
Bug: 124234733
Change-Id: Ic4f67fde0835da0b1c363906cccef0d244e38393
Diffstat (limited to 'core/java/android/app/AlertDialog.java')
| -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 dbc8c5d1727b..cf40e067e5b1 100644 --- a/core/java/android/app/AlertDialog.java +++ b/core/java/android/app/AlertDialog.java @@ -397,7 +397,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) { |
