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]
This commit is contained in:
Andrew Solovay
2023-02-25 00:00:29 +00:00
parent 18c20c4dbc
commit e0b45a6509

View File

@@ -4267,7 +4267,7 @@ public abstract class Context {
* <p>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 &mdash; 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.
*