diff options
| author | 2025-02-11 12:52:34 -0800 | |
|---|---|---|
| committer | 2025-02-11 12:52:34 -0800 | |
| commit | 862604cac23c738330519d8e5cdbf67d6eb3a846 (patch) | |
| tree | 830cdfb06321d805a2379639ab2a7ff2e103b152 | |
| parent | 98836f6987c26d6596085fed5e74e22990be84d6 (diff) | |
| parent | 711f57143788fb98ae373710033b25759d2cd3a6 (diff) | |
Merge "Fixed typo" into main
| -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 0312ad7a739a..038756148a32 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -8181,7 +8181,7 @@ public class Intent implements Parcelable, Cloneable { /** * Create an intent from a URI. This URI may encode the action, * category, and other intent fields, if it was returned by - * {@link #toUri}. If the Intent was not generate by toUri(), its data + * {@link #toUri}. If the Intent was not generated by toUri(), its data * will be the entire URI and its action will be ACTION_VIEW. * * <p>The URI given here must not be relative -- that is, it must include |