docs: Fixing broken {docroot} links

Fixing a couple of broken links (that used the wrong docroot
syntax). No changes to code.

Staged to:

* go/dac-stage/reference/android/app/Service
* go/dac-stage/reference/kotlin/android/app/Service

Merged-In: Ib50be686bfdd142f6c5a0d0bfccc7b1b411d5d14
Change-Id: Ib50be686bfdd142f6c5a0d0bfccc7b1b411d5d14
BUG: 252953726
TEST: [local docs build]
This commit is contained in:
Andrew Solovay
2022-12-27 23:10:31 +00:00
parent 263814a96d
commit edaf387f07

View File

@@ -720,7 +720,7 @@ public abstract class Service extends ContextWrapper implements ComponentCallbac
* apps targeting SDK Version {@link android.os.Build.VERSION_CODES#S}
* or higher are not allowed to start foreground services from the background.
* See
* <a href="{@docRoot}/about/versions/12/behavior-changes-12">
* <a href="{@docRoot}about/versions/12/behavior-changes-12">
* Behavior changes: Apps targeting Android 12
* </a>
* for more details.
@@ -769,7 +769,7 @@ public abstract class Service extends ContextWrapper implements ComponentCallbac
* apps targeting SDK Version {@link android.os.Build.VERSION_CODES#S}
* or higher are not allowed to start foreground services from the background.
* See
* <a href="{@docRoot}/about/versions/12/behavior-changes-12">
* <a href="{@docRoot}about/versions/12/behavior-changes-12">
* Behavior changes: Apps targeting Android 12
* </a>
* for more details.