From e0b45a6509ce04790239924cfc7b539bf9299b69 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Sat, 25 Feb 2023 00:00:29 +0000 Subject: [PATCH] docs: Typo fix Correcting typo ("you're" -> "your") in the reference docs. NO_TEST , fixes a doc bug (no code edits). Change-Id: Ifaeeffaa07701a226d4da74cf4966d08d306a5be Fixes: 270753598 Test: [go/abtd docs build] --- core/java/android/content/Context.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index 4dccc8d0e81a0..e73596d68e529 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -4267,7 +4267,7 @@ public abstract class Context { *

Note: When implementing this method, keep in mind that new services can be added on newer * Android releases, so if you're looking for just the explicit names mentioned above, make sure * to return {@code null} when you don't recognize the name — if you throw a - * {@link RuntimeException} exception instead, you're app might break on new Android releases. + * {@link RuntimeException} exception instead, your app might break on new Android releases. * * @param name The name of the desired service. *