diff options
| -rw-r--r-- | core/java/android/content/Intent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 234ac50e2109..17f4bdc9c981 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -115,7 +115,7 @@ import java.util.Set; * </li> * <li> <p><b>{@link #ACTION_VIEW} <i>tel:123</i></b> -- Display * the phone dialer with the given number filled in. Note how the - * VIEW action does what what is considered the most reasonable thing for + * VIEW action does what is considered the most reasonable thing for * a particular URI.</p> * </li> * <li> <p><b>{@link #ACTION_DIAL} <i>tel:123</i></b> -- Display |