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:
@@ -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 — 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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user